We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c4c59 commit 18b7c25Copy full SHA for 18b7c25
Jenkinsfile
@@ -221,7 +221,7 @@ def bazelTest = {
221
stage('bazelisk test ...') {
222
withCredentials([string(credentialsId: 'bazel-auth-token-b64', variable: 'BAZEL_AUTH_TOKEN_B64')]) {
223
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}'"
+ def cmd = 'bazelisk test --config=ci --show_timestamps --test_output=errors --curses=no --force_pic --remote_header="Authorization=Basic $BAZEL_AUTH_TOKEN_B64"'
225
try {
226
sh label: 'Bazel Build', script: cmd + ' ...';
227
} catch (e) {
0 commit comments