diff --git a/AutomatedReview/Jenkinsfile b/AutomatedReview/Jenkinsfile index 9ac9bef52a..652b71fdc4 100644 --- a/AutomatedReview/Jenkinsfile +++ b/AutomatedReview/Jenkinsfile @@ -599,6 +599,8 @@ try { withEnv(GetEnvStringList(envVars)) { timeout(time: envVars['TIMEOUT'], unit: 'MINUTES', activity: true) { try { + def build_job_name = build_job.key + CreateSetupStage(pipelineName, branchName, platform.key, build_job.key, envVars).call() if(build_job.value.steps) { //this is a pipe with many steps so create all the build stages