-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins 1.480.3
Jenkins Post-Build Script Plug-in 0.12
I need the post-build script to move core files from /coredumps into the workspace to the artifact archiver can archive them.
However, because the post-build script always executes last, the archive artifacts step blows up because the post-build script hasn't moved the core files into the workspace by the time it executes.
Why doesn't this plugin respect the ordering of the post-build steps?
Code changed in jenkins
User: Gregory Boissinot
Path:
src/main/java/org/jenkinsci/plugins/postbuildscript/PostBuildScriptListener.java
http://jenkins-ci.org/commit/postbuildscript-plugin/b225c1b845bd8b26b153de9fda03dac5c3259b7e
Log:
Fix
JENKINS-19033