Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SIGPUBLIC
unantes-orientation-active
Commits
160e39a5
Commit
160e39a5
authored
Jul 19, 2021
by
Django Janny
Browse files
UNOTOPLYS-260 - ajoute mailhog au déploiement rancher (k8s)
parent
2fca5367
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
160e39a5
...
...
@@ -32,7 +32,7 @@ def orientationActiveDeploymentStep = { defaultStep ->
def
versionMaven
=
mavenHelper
.
getVersion
()
pipelineParams
.
CUSTOM_HELM_TEMPLATE_VALUES
=
[
'app.javaOpts'
:
'
-Dspring.profiles.active=prod
\
-Dspring.mail.host=mailhog-service
\
-Dspring.mail.port=1025
'
,
'app.javaOpts'
:
"
-Dspring.profiles.active=prod -Dspring.mail.host=mailhog-service -Dspring.mail.port=1025
"
,
'app.groupId'
:
groupId
,
'app.artifactId'
:
artifactId
,
'app.version'
:
versionMaven
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment