From 8afdf9e0459cdf5e8fa05a8efc4ffc1df7364943 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Mon, 2 May 2022 10:05:56 -0500 Subject: [PATCH] cant use variables in stage labels. https://stackoverflow.com/questions/64021328/expected-string-literal-in-condition-express-in-jenkins-pipeline --- build-alpine-glibc.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-alpine-glibc.jenkins b/build-alpine-glibc.jenkins index 1592d87..e9d6b46 100644 --- a/build-alpine-glibc.jenkins +++ b/build-alpine-glibc.jenkins @@ -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 {