-
Bug
-
Resolution: Won't Fix
-
Minor
-
Attached support bundle created by Support Core Plugin.
The DSL for the authorization block of the multibranchPipelineJob does not support blocksInheritance. I can go into the job manually once it is created and check the box, but there seems to be no way to set it in the DSL. https://jenkinsci.github.io/job-dsl-plugin/#path/multibranchPipelineJob-authorization Doing this manually defeats the purpose of creating the job through DSL.
[JENKINS-46865] AuthorizationMatrixProperty:blocksInheritance isn't supported through DSL for multibranchPipelineJob
Description | Original: The DSL for the authorization block of the *multibranchPipelineJob* does not support _blocksInheritance_. I can go into the job manually once it is created and check the box, but there seems to be no way to set it in the DSL. [https://jenkinsci.github.io/job-dsl-plugin/#path/multibranchPipelineJob-authorization|[https://jenkinsci.github.io/job-dsl-plugin/#path/multibranchPipelineJob-authorization].] Doing this manually defeats the purpose of creating the job through DSL. | New: The DSL for the authorization block of the *multibranchPipelineJob* does not support _blocksInheritance_. I can go into the job manually once it is created and check the box, but there seems to be no way to set it in the DSL. https://jenkinsci.github.io/job-dsl-plugin/#path/multibranchPipelineJob-authorization Doing this manually defeats the purpose of creating the job through DSL. |
Component/s | New: job-dsl-plugin [ 16720 ] |
Component/s | Original: workflow-multibranch-plugin [ 21465 ] |
Assignee | New: Daniel Spilker [ daspilker ] | |
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
I was able to get it to work by manipulating the xml through the configure block.