[DO-200] fixed mistakes (!26)
Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/26 Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Co-committed-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech>
This commit is contained in:
committed by
Aleksandr Vodyanov
parent
64ed0dc98e
commit
62c1563fb7
@@ -41,7 +41,9 @@ podTemplate(workspaceVolume: hostPathWorkspaceVolume(hostPath: "/data"),
|
||||
}
|
||||
|
||||
stage('Run job dsl') {
|
||||
List launchJobs = [ 'Release-activity/Tavro' ]
|
||||
List launchJobs = [ 'Release-activity/Tavro',
|
||||
'Release-activity/Platformng'
|
||||
]
|
||||
jobDsl(
|
||||
targets: 'jobs-dsl/folders/*.groovy\n' +
|
||||
'jobs-dsl/jobs/**/*.groovy\n' +
|
||||
|
||||
Reference in New Issue
Block a user