I want to use a plugin to deploy artifacts with multitask jobs which runs on many slaves.
Servants are collecting artifacts - but it is not clear how they should be used with PostByldScript. How can I get matrix node artworks in Master Workspace where the PostBoiled Script job is going on?
A plugin called the Copy Slave Plugin.
It can copy artifacts from master to slave or vice versa. You can use this plugin to complete your work. There is a feature called "Copy Files Back Master Node" in it will copy the files back to the master's scope. So you do not need the Post Build Script plugin to copy the artwork. This method would be much simpler.
Comments
Post a Comment