-
Bug
-
Resolution: Not A Defect
-
Major
-
None
-
Jenkins 2.332.1
I'm building Jenkins(with Jenkins version 2.332.1 ) pipeline and after pipeline fails with
Copying files from master to slave.
I have a plugin Copy To Slave PluginVersion1.4.3.
Could you please confirm if it is no longer available and suggest which plugin will help me to attach files to Jenkins build?
The Jenkins issue tracker is used to track issues. It is not intended as a question and answer forum. Question and answer interactions are better handled at https://community.jenkins.io
https://www.jenkins.io/security/plugins/#suspensions shows that the plugin was suspended from distribution in 2018 due to https://www.jenkins.io/security/advisory/2018-03-26/#SECURITY-545 . Allowing that plugin on your controller allows arbitrary read of files on the controller file system.
The Jenkins Pipeline task writeFile can write a file in a workspace on an agent. The scp shell command can write files to agents. Windows provides remote copy commands as well. Use one of those copy commands.