Created
September 22, 2017 16:09
-
-
Save giorgiosironi/ef4f326d0e959cbd826d9a6cef769b44 to your computer and use it in GitHub Desktop.
Sample output from build triggered by shared library update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Started by GitHub push by giorgiosironi | |
| Checking out git git@github.com:elifesciences/profiles.git into /var/lib/jenkins/workspace/test-profiles@script to read Jenkinsfile | |
| > git rev-parse --is-inside-work-tree # timeout=10 | |
| Fetching changes from the remote Git repository | |
| > git config remote.origin.url git@github.com:elifesciences/profiles.git # timeout=10 | |
| Fetching upstream changes from git@github.com:elifesciences/profiles.git | |
| > git --version # timeout=10 | |
| using GIT_SSH to set credentials SSH private key of the jenkins user | |
| > git fetch --tags --progress git@github.com:elifesciences/profiles.git +refs/heads/*:refs/remotes/origin/* | |
| > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10 | |
| > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10 | |
| Checking out Revision 09380fca07a3aaea56db0f7676eb382df15faa6a (refs/remotes/origin/develop) | |
| Commit message: "Add unit tests (#27)" | |
| > git config core.sparsecheckout # timeout=10 | |
| > git checkout -f 09380fca07a3aaea56db0f7676eb382df15faa6a | |
| > git rev-list 09380fca07a3aaea56db0f7676eb382df15faa6a # timeout=10 | |
| Loading library elife@master | |
| > git rev-parse --is-inside-work-tree # timeout=10 | |
| Setting origin to git@github.com:elifesciences/elife-jenkins-workflow-libs.git | |
| > git config remote.origin.url git@github.com:elifesciences/elife-jenkins-workflow-libs.git # timeout=10 | |
| Fetching origin... | |
| Fetching upstream changes from origin | |
| > git --version # timeout=10 | |
| using GIT_SSH to set credentials SSH private key of the jenkins user | |
| > git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/* | |
| > git rev-parse master^{commit} # timeout=10 | |
| > git rev-parse origin/master^{commit} # timeout=10 | |
| > git rev-parse --is-inside-work-tree # timeout=10 | |
| Fetching changes from the remote Git repository | |
| > git config remote.origin.url git@github.com:elifesciences/elife-jenkins-workflow-libs.git # timeout=10 | |
| Fetching without tags | |
| Fetching upstream changes from git@github.com:elifesciences/elife-jenkins-workflow-libs.git | |
| > git --version # timeout=10 | |
| using GIT_SSH to set credentials SSH private key of the jenkins user | |
| > git fetch --no-tags --progress git@github.com:elifesciences/elife-jenkins-workflow-libs.git +refs/heads/*:refs/remotes/origin/* | |
| Checking out Revision 19e28ab81ea7ded6d4006c72a7b104dcaf4c9b73 (master) | |
| Commit message: "(Again it should not) trigger builds" | |
| > git config core.sparsecheckout # timeout=10 | |
| > git checkout -f 19e28ab81ea7ded6d4006c72a7b104dcaf4c9b73 | |
| [Pipeline] node | |
| Still waiting to schedule task | |
| Waiting for next available executor | |
| [Pipeline] // node | |
| [Pipeline] End of Pipeline | |
| ERROR: Queue task was cancelled | |
| Finished: FAILURE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment