Put inside the script.
- Print to trace
find /var/jenkins_home/jobs/My_Job/workspace@tmp/ \\
-name 'script.sh' \\
-exec cat '{}' \\;
- Or copy whole folder
cp -r /var/jenkins_home/jobs/My_Job/workspace@tmp/ ~/tmp
Put the correct root folder in the script
Комментариев нет:
Отправить комментарий