Fixed out of scope variable

main
evanchia 5 years ago
parent c554a7b17e
commit 1b8c62f294

@ -504,9 +504,8 @@ try {
envVars['IS_UNIX'] = 1
}
withEnv(GetEnvStringList(envVars)) {
def build_job_name = build_job.key
try {
def build_job_name = build_job.key
CreateSetupStage(pipelineConfig, repositoryName, projectName, 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

Loading…
Cancel
Save