|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Ray Sennewald
Path:
pom.xml
src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuildSelector.java
src/main/resources/com/tikal/jenkins/plugins/multijob/Messages.properties
src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuildSelector/config.jelly
src/main/webapp/help-copyArtifact.html
src/test/java/com/tikal/jenkins/plugins/multijob/test/testutils/FileWriteBuilder.java
http://jenkins-ci.org/commit/tikal-multijob-plugin/4c1af3d2ae9eac89a03cf90be7455baca04c932e
Log:
JENKINS-25111 Copy Artifacts from Phase Job
THIS IS AN INTEGRATION WITH Copy Artifact Plugin.
-Added a new Build Selector called MultiJobBuildSelector
to CopyArtifact Build Selector.
-If selected, this will make the Copy Artifact Plugin look
for an artifact from that job's build which was part of the
current MultiJobBuild.
-This selector will work properly if you configure it with
a MultiJobProject which has a PhaseJob that archives an
artifact that you want to retrieve as part of the MultiJob.
-This selector will also work if you configure it to Copy an
Artifact from another Phase Job which was part of the
current MultiJob Build.
-Adds CopyArtifact Plugin as an optional dependency.
-Adds Matrix Plugin as an optional dependency.