Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
531fb673
Commit
531fb673
authored
Jun 17, 2021
by
carlosribas
Browse files
Test to avoid Jenkins error
parent
0505202e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
jenkins/wp-kubernetes.jenkinsfile
jenkins/wp-kubernetes.jenkinsfile
+2
-2
No files found.
jenkins/wp-kubernetes.jenkinsfile
View file @
531fb673
...
...
@@ -82,7 +82,7 @@ pipeline {
break
}
if (${CLUSTER} ==
'
HX
'
) {
if (
"
${CLUSTER}
"
==
"
HX
"
) {
withCredentials([file(credentialsId: 'HX-WP-Config', variable: 'config')]) {
sh """
# update repository
...
...
@@ -109,7 +109,7 @@ pipeline {
curl -X POST -H 'Content-type: application/json' --data '{"text":"Deployed ${params.BRANCH} in ${params.WEB} - ${params.CLUSTER} cluster. This may take a few more seconds."}' $SLACK
"""
}
} else if (${CLUSTER} ==
'
HH
'
) {
} else if (
"
${
env.
CLUSTER}
"
==
"
HH
"
) {
withCredentials([file(credentialsId: 'HH-WP-Config', variable: 'config')]) {
sh """
# update repository
...
...
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