pipeline - read artifact into node?

23 views
Skip to first unread message

Jonathan Hodgson

unread,
Oct 10, 2016, 2:11:39 PM10/10/16
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 AM10/11/16
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