-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
jenkins-war:2.187
Pipeline Maven Integration Plugin:3.8.0
When enabling Maven Linker Publisher, the pipeline syntax generator suggests "Don't forget to enable the "Downstream Pipeline Triggers" publisher to enable the "Maven Linker" publisher."
As the instructions imply, just using the Linker Publisher does nothing, but there is no "Downstream Pipeline Triggers" that can be enabled.
Only Pipeline Graph Publisher has such a choice, and it doesn't seem clear how it should be used to be able to do only link publishing.
Example pipeline syntax which does not publish links:
withMaven(publisherStrategy: 'EXPLICIT', options: [mavenLinkerPublisher()]) { sh 'mvn clean deploy' }