We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceabfa7 commit 449f408Copy full SHA for 449f408
JenkinsJobs/seedJob.jenkinsfile
@@ -56,6 +56,7 @@ pipeline {
56
}
57
58
jobDsl(additionalParameters: [FOLDER_DEFINITIONS: folderDefinitions, PIPELINE_JOB_DEFINITIONS: pipelineJobDefinitions], sandbox: true, scriptText : '''\
59
+ throw new Exception('This script should not run yet')
60
FOLDER_DEFINITIONS.each{ folderName, folderDef ->
61
folder(folderName) {
62
if (folderDef.displayName!=null) {
0 commit comments