cant use variables in stage labels.
https://stackoverflow.com/questions/64021328/expected-string-literal-in-condition-express-in-jenkins-pipeline
This commit is contained in:
parent
b725949077
commit
8afdf9e045
@ -118,7 +118,7 @@ RUN apk add --update --no-cache --virtual=.build-dependencies \\
|
||||
}
|
||||
}
|
||||
|
||||
stage ('Build & Push (v' + staticVersion + ')') {
|
||||
stage ('Build & Push (Static Version)') {
|
||||
steps {
|
||||
container ('kaniko') {
|
||||
script {
|
||||
|
Reference in New Issue
Block a user