-
Improvement
-
Resolution: Fixed
-
Minor
-
None
Introduce a feature flag to archive the Maven build logs for troubleshooting purpose.
To archive the Maven XML build logs, create the file ".archive-jenkins-maven-event-spy-logs" in the workspace
Code changed in jenkins
User: Cyrille Le Clerc
Path:
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/MavenSpyLogProcessor.java
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/reporters/JenkinsMavenEventSpyLogsReporter.java
http://jenkins-ci.org/commit/pipeline-maven-plugin/eea8e9ee6ce39ff3879f4156c039efab108bcc85
Log:
JENKINS-43491Feature flag ".archive-jenkins-maven-event-spy-logs" to archive the logs file generated by the Jenkins Maven Event Spy. Primarily intended for troubleshooting purpose.The ".archive-jenkins-maven-event-spy-logs" has to be created in the Jenkins build workspace.
Compare: https://github.com/jenkinsci/pipeline-maven-plugin/compare/0d33ab58a096^...eea8e9ee6ce3