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
47735f23
Commit
47735f23
authored
Jul 19, 2021
by
Django Janny
Browse files
UNOTOPLYS-260 - ajoute mailhog au déploiement rancher (k8s)
parent
b25e1881
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
47735f23
...
...
@@ -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'
,
'app.groupId'
:
groupId
,
'app.artifactId'
:
artifactId
,
'app.version'
:
versionMaven
,
...
...
@@ -45,7 +45,7 @@ def orientationActiveDeploymentStep = { defaultStep ->
]
pipelineParams
.
HELM_TEMPLATE_NAME_APP
=
'kosmos-releases/unantes-orientation-active-app'
pipelineParams
.
HELM_TEMPLATE_VERSION_APP
=
'0.1.
4
'
pipelineParams
.
HELM_TEMPLATE_VERSION_APP
=
'0.1.
5
'
defaultStep
()
}
...
...
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