On 19/12/2014 16:53, James Nord wrote:
On 19/12/2014 16:47, Les Mikesell wrote:
If I create a workflow with multiple node {}  operations and have
step([$class: 'ArtifactArchiver', artifacts:
'**/something/*.something', fingerprint: true])
inside more than one, what is supposed to happen to duplicates?

No idea - I suggest a suck it and see and let everyone know :)

I suppose I should try this myself instead of asking, but I haven't
gotten that far yet and it does seem like something that should be
documented.   Also, is there a way for subsequent node{} operations to
retrieve the artifacts already archived by previous other nodes within
the same workflow build?


unarchive is your friend.
- although that name does make it sound like you are removing an artifact from the list that will be archived rather than retrieving a copy.

For future reference this is in the tutorial
 
https://github.com/jenkinsci/workflow-plugin/blob/master/TUTORIAL.md#multiple-threads

--
You received this message because you are subscribed to the Google Groups "Jenkins 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/549458BC.3040101%40teilo.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to