Code changed in hudson
User: : mdonohue
Path:
trunk/hudson/plugins/join/.classpath
trunk/hudson/plugins/join/pom.xml
trunk/hudson/plugins/join/src/main/java/join/JoinTrigger.java http://jenkins-ci.org/commit/27171
Log:
Add support for copy-archiver as a post-build action for 'join' JENKINS-5483
SCM/JIRA link daemon
added a comment - Code changed in hudson
User: : mdonohue
Path:
trunk/hudson/plugins/join/.classpath
trunk/hudson/plugins/join/pom.xml
trunk/hudson/plugins/join/src/main/java/join/JoinTrigger.java
http://jenkins-ci.org/commit/27171
Log:
Add support for copy-archiver as a post-build action for 'join' JENKINS-5483
The 'copyarchiver' plugin needs a little bit of work to make its UI seamless when used in a modular way, such as the way the join plugin wants to use it. I noticed one of the checkboxes didn't behave quite right, and if you try to enable the behavior both as a join action and a regular post-build action for the same job, the data gets really mixed up.
mdonohue
added a comment - Now supported in release 1.8 of the join plugin.
The 'copyarchiver' plugin needs a little bit of work to make its UI seamless when used in a modular way, such as the way the join plugin wants to use it. I noticed one of the checkboxes didn't behave quite right, and if you try to enable the behavior both as a join action and a regular post-build action for the same job, the data gets really mixed up.
Code changed in hudson
User: : mdonohue
Path:
trunk/hudson/plugins/join/.classpath
trunk/hudson/plugins/join/pom.xml
trunk/hudson/plugins/join/src/main/java/join/JoinTrigger.java
http://jenkins-ci.org/commit/27171
Log:
Add support for copy-archiver as a post-build action for 'join'
JENKINS-5483