Started by user Peter Roels Checking out git https://github.com/larson-group/cam.git into /home/jenkins/workspace/cam_clubb_copy_test@script to read jenkins_tests/cam_clubb_code_copy/Jenkinsfile The recommended git tool is: git > git rev-parse --resolve-git-dir /home/jenkins/workspace/cam_clubb_copy_test@script/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/larson-group/cam.git # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from https://github.com/larson-group/cam.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021 > git fetch --tags --progress https://github.com/larson-group/cam.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/copy_testing^{commit} # timeout=10 Checking out Revision 760b437de0e5511d6a4612bad6b61123ba1562d7 (refs/remotes/origin/copy_testing) > git config core.sparsecheckout # timeout=10 > git checkout -f 760b437de0e5511d6a4612bad6b61123ba1562d7 # timeout=10 Commit message: "Testing for the copy test" > git rev-list --no-walk 760b437de0e5511d6a4612bad6b61123ba1562d7 # timeout=10 Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /home/jenkins/workspace/cam_clubb_copy_test [Pipeline] { [Pipeline] stage [Pipeline] { (Copy CLUBB Code) [Pipeline] sh + ./jenkins_tests/cam_clubb_code_copy/cam_clubb_code_copy.bash origin/gunthers_branch /home/jenkins/workspace/cam_clubb_copy_test /home/jenkins/workspace/cam_clubb_copy_test@tmp/durable-b5db5729/script.sh: line 1: ./jenkins_tests/cam_clubb_code_copy/cam_clubb_code_copy.bash: No such file or directory [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE