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/clubb_silhs_devel^{commit} # timeout=10 Checking out Revision 3bae66b4f66c4af6106491b3b169d77ece89c916 (refs/remotes/origin/clubb_silhs_devel) > git config core.sparsecheckout # timeout=10 > git checkout -f 3bae66b4f66c4af6106491b3b169d77ece89c916 # timeout=10 Commit message: "Fixing errors in previous change to allow script to work." > git rev-list --no-walk 0b3b2770913be8da086d26921c724f47b1aa8bce # 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] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git Cloning the remote Git repository Cloning repository https://github.com/larson-group/cam.git > git init /home/jenkins/workspace/cam_clubb_copy_test # 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 config remote.origin.url https://github.com/larson-group/cam.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/clubb_silhs_devel^{commit} # timeout=10 Checking out Revision 3bae66b4f66c4af6106491b3b169d77ece89c916 (refs/remotes/origin/clubb_silhs_devel) > git config core.sparsecheckout # timeout=10 > git checkout -f 3bae66b4f66c4af6106491b3b169d77ece89c916 # timeout=10 Commit message: "Fixing errors in previous change to allow script to work." [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Copy CLUBB Code) [Pipeline] sh + ./jenkins_tests/cam_clubb_code_copy/cam_clubb_code_copy.bash ./jenkins_tests/cam_clubb_code_copy/cam_clubb_code_copy.bash: line 9: [: =: unary operator expected Invalid arguments, please rerun with the option -h to see how the script is used. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Load Jenkinsfile) Stage "Load Jenkinsfile" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE