diff --git a/jobs/Jenkinsfile_Seed b/jobs/Jenkinsfile_Seed index 8dd808a..5f4ba1b 100644 --- a/jobs/Jenkinsfile_Seed +++ b/jobs/Jenkinsfile_Seed @@ -1,6 +1,9 @@ pipelineJob('nwl') { displayName('1. NWL CI Pipeline') description('CI pipeline for the NetModule Wireless Linux') + authorization { + permissionAll('anonymous') + } authenticationToken('buildNwlToken') logRotator { artifactDaysToKeep(7) @@ -32,6 +35,9 @@ pipelineJob('nwl') { pipelineJob('nwl-target') { displayName('2. NWL Yocto Build') description('CI pipeline building a NetModule Wireless Linux Yocto Target') + authorization { + permissionAll('anonymous') + } authenticationToken('buildNwlToken') logRotator { artifactDaysToKeep(7) @@ -63,6 +69,9 @@ pipelineJob('nwl-target') { pipelineJob('doc') { displayName('Documentation') description('Builds the Documentation of the work concerning NWL CI') + authorization { + permissionAll('anonymous') + } authenticationToken('buildDocToken') logRotator { artifactDaysToKeep(7)