Started by user Psikon Administrator > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to file:///home/psikon/TestJob > git config remote.origin.url file:///home/psikon/TestJob # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 > git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/* # timeout=10 Seen branch in repository origin/master Seen branch in repository origin/somebranch Seen 2 remote branches Obtained Jenkinsfile from 8a3a914d0f0034f957b3e61191dfd4644dbabc7c Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /home/psikon/.jenkins/workspace/Test_job_somebranch [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout No credentials specified > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url file:///home/psikon/TestJob # timeout=10 Fetching without tags Fetching upstream changes from file:///home/psikon/TestJob > git --version # timeout=10 > git fetch --no-tags --progress file:///home/psikon/TestJob +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 8a3a914d0f0034f957b3e61191dfd4644dbabc7c (somebranch) > git config core.sparsecheckout # timeout=10 > git checkout -f 8a3a914d0f0034f957b3e61191dfd4644dbabc7c # timeout=10 Commit message: "Merge branch 'master' into somebranch" > git rev-list --no-walk 8a3a914d0f0034f957b3e61191dfd4644dbabc7c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Stuff) [Pipeline] echo Stuff happens here [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish) [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS