Re: job-dsl: Dynamic DSL - gitscmsource - includes

2020-01-21 Thread Alex
I fixed it using this: pipeline { agent any stages { stage('test') { steps { jobDsl scriptText: """multibranchPipelineJob("multibranch-name") { branchSources { git { id('12312312312') remote("gitprojec

job-dsl: Dynamic DSL - gitscmsource - includes

2020-01-20 Thread Alex
pipeline { agent any stages { stage('test') { steps { jobDsl scriptText: """multibranchPipelineJob("job-features") { branchSources { branchSource {