diff --git a/jobs/Jenkinsfile_Seed b/jobs/Jenkinsfile_Seed index fd76921..9cfb6f6 100644 --- a/jobs/Jenkinsfile_Seed +++ b/jobs/Jenkinsfile_Seed @@ -1,6 +1,6 @@ -def branchToUse = "${env.SEEDING_BRANCH}" - pipelineJob('nwl') { + def branchToUse = binding.variables.get("SEEDING_BRANCH") + displayName('1. NWL CI Pipeline') description('CI pipeline for the NetModule Wireless Linux') authorization { @@ -44,6 +44,8 @@ pipelineJob('nwl') { } pipelineJob('nwl-target') { + def branchToUse = binding.variables.get("SEEDING_BRANCH") + displayName('2. NWL Yocto Build') description('CI pipeline building a NetModule Wireless Linux Yocto Target') authorization { @@ -79,6 +81,8 @@ pipelineJob('nwl-target') { pipelineJob('nwl-update-src-rev') { + def branchToUse = binding.variables.get("SEEDING_BRANCH") + displayName('0. Update Source Revisions') description('CI pipeline updating the source revisions for the NetModule Wireless Linux') authorization {