diff --git a/jobs/Jenkinsfile_Seed b/jobs/Jenkinsfile_Seed index c3bb7cf..9dcdf0a 100644 --- a/jobs/Jenkinsfile_Seed +++ b/jobs/Jenkinsfile_Seed @@ -24,7 +24,7 @@ pipelineJob('nwl') { cpsScm { scm { git { - branches('main') + branches('$SEEDING_BRANCH') extensions { cloneOptions { depth(1) @@ -58,7 +58,7 @@ pipelineJob('nwl-target') { cpsScm { scm { git { - branches('main') + branches('$SEEDING_BRANCH') extensions { cloneOptions { depth(1) @@ -93,7 +93,7 @@ pipelineJob('nwl-update-src-rev') { cpsScm { scm { git { - branches('main') + branches('$SEEDING_BRANCH') extensions { cloneOptions { depth(1)