Skip to content

Commit 18b7c25

Browse files
committed
variable interpolation
Signed-off-by: Sombrio <[email protected]>
1 parent 08c4c59 commit 18b7c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def bazelTest = {
221221
stage('bazelisk test ...') {
222222
withCredentials([string(credentialsId: 'bazel-auth-token-b64', variable: 'BAZEL_AUTH_TOKEN_B64')]) {
223223
timeout(time: 120, unit: 'MINUTES') {
224-
def cmd = "bazelisk test --config=ci --show_timestamps --test_output=errors --curses=no --force_pic --remote_header='Authorization=Basic ${BAZEL_AUTH_TOKEN_B64}'"
224+
def cmd = 'bazelisk test --config=ci --show_timestamps --test_output=errors --curses=no --force_pic --remote_header="Authorization=Basic $BAZEL_AUTH_TOKEN_B64"'
225225
try {
226226
sh label: 'Bazel Build', script: cmd + ' ...';
227227
} catch (e) {

0 commit comments

Comments
 (0)