Skip to content
Failed

Console Output

Started by user Ben Klemp
Obtained jenkins_tests/error_test/Jenkinsfile from git https://github.com/pbroels/clubb.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/workspace/error_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/pbroels/clubb.git
 > git init /home/jenkins/workspace/error_test # timeout=10
Fetching upstream changes from https://github.com/pbroels/clubb.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials Used by pbroels to test configurations
 > git fetch --tags --progress https://github.com/pbroels/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pbroels/clubb.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/master^{commit} # timeout=10
Checking out Revision 79633da1cada000707c8d83930230f6dfe0971c1 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 79633da1cada000707c8d83930230f6dfe0971c1 # timeout=10
Commit message: "Fixed sh call to work with directory change"
 > git rev-list --no-walk 04bab47e3d41477cd3b5d0db0fcdae2a9c572014 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Run)
[Pipeline] dir
Running in /home/jenkins/workspace/error_test/run_scripts
[Pipeline] {
[Pipeline] sh
+ test_fatal_error_handling.bash
/home/jenkins/workspace/error_test/run_scripts@tmp/durable-a91f5c6f/script.sh: line 1: test_fatal_error_handling.bash: command not found
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Check 1)
Stage "Check 1" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Check 2)
Stage "Check 2" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 127
Finished: FAILURE