Groups
Groups
Sign in
Groups
Groups
Jenkins Users
Conversations
About
Send feedback
Help
pipeline - read artifact into node?
23 views
Skip to first unread message
Jonathan Hodgson
unread,
Oct 10, 2016, 2:11:39 PM
10/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Hi,
My pipelne starts with code on the master that creates a file, which I artifact.
I need ti use that file in nodes running on the slaves.
How do I do that?
Sverre Moe
unread,
Oct 11, 2016, 2:06:11 AM
10/11/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Stash it
stash includes: 'file.ext', name: 'file'
Then later do unstash 'file'
Reply all
Reply to author
Forward
0 new messages