Skip to content

Commit 9cf6505

Browse files
authored
chore: add auth token trigger
1 parent 6045f4b commit 9cf6505

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devops/jobs/CreateSandbox.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,8 @@ class CreateSandbox {
311311

312312
concurrentBuild()
313313

314+
authenticationToken(extraVars.get('JENKINS_SANDBOX_JOB_KEY'))
315+
314316
steps {
315317
shell(dslFactory.readFileFromWorkspace('devops/resources/create-sandbox.sh'))
316318
}

0 commit comments

Comments
 (0)