Re: job-dsl: Dynamic DSL - gitscmsource - includes
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
pipeline { agent any stages { stage('test') { steps { jobDsl scriptText: """multibranchPipelineJob("job-features") { branchSources { branchSource {