-
New Feature
-
Resolution: Fixed
-
Minor
-
None
"withMaven(){...}" 2.3 has introduced "options" to configure / disable the publishers (artifact archiving & fingerprinting, junit report publishing, findbugs reports publishing, open tasks publishing...).
Sample: "withMaven(options: [myPublisher(...)]){...}".
We want to define publisher options globally, in the Jenkins "Tools Global Configuration" section, and, for example, disable globally a publisher.
- is blocking
-
JENKINS-44535 [Publisher config] Support merging of global configuration and pipeline configuration
-
- Open
-
- is related to
-
JENKINS-43966 Need a way to server-side disable artifact archival
-
- Closed
-
[JENKINS-44384] Define withMaven() options at the Jenkins Global Config level
Link |
New:
This issue is related to |
Link | New: This issue is blocking JENKINS-44535 [ JENKINS-44535 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Attachment | New: JENKINS-44384.png [ 38159 ] |
Description |
Original:
withMaven() 2.3 has introduced "options" to configure / disable the publishers (artifact archiving & fingerprinting, junit report publishing, findbugs reports publishing, open tasks publishing). We want to define publisher options globally and, for example, disable globally a publisher. |
New:
! We want to define publisher options globally and, for example, disable globally a publisher. ! |
Description |
Original:
! We want to define publisher options globally and, for example, disable globally a publisher. ! |
New:
"{{withMaven()\{...}}}" 2.3 has introduced "{{options}}" to configure / disable the publishers (artifact archiving & fingerprinting, junit report publishing, findbugs reports publishing, open tasks publishing...). Sample: "{{withMaven(options: [myPublisher(...)])\{...}}}". We want to define publisher options globally, in the Jenkins "Tools Global Configuration" section, and, for example, disable globally a publisher. ! |
FYI work in progress