Branch indexing Connecting to https://api.github.com using eugmes/****** (Github Jenkins access token) Obtained Jenkinsfile from 10ce9b695a0c40785361caa44e223c3c941f3e47+a7f15db4ea40de685f700822e7c70f0672ac0c2d (baca9407662dd8429594c0ef7316ae032a009955) Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /Users/eugen/.jenkins/workspace/test_PR-1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential GithubToken Wiping out workspace first. Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eugmes/test.git > git init /Users/eugen/.jenkins/workspace/test_PR-1 # timeout=10 Fetching upstream changes from https://github.com/eugmes/test.git > git --version # timeout=10 using GIT_ASKPASS to set credentials Github Jenkins access token > git fetch --no-tags --force --progress -- https://github.com/eugmes/test.git +refs/pull/1/head:refs/remotes/origin/PR-1 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/eugmes/test.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/1/head:refs/remotes/origin/PR-1 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/eugmes/test.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/eugmes/test.git using GIT_ASKPASS to set credentials Github Jenkins access token > git fetch --no-tags --force --progress -- https://github.com/eugmes/test.git +refs/pull/1/head:refs/remotes/origin/PR-1 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a7f15db4ea40de685f700822e7c70f0672ac0c2d into PR head commit 10ce9b695a0c40785361caa44e223c3c941f3e47 > git config core.sparsecheckout # timeout=10 > git checkout -f 10ce9b695a0c40785361caa44e223c3c941f3e47 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials Github Jenkins access token > git merge a7f15db4ea40de685f700822e7c70f0672ac0c2d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing 671ff86181f0b8ac96385c3521da53949155f646 Checking out Revision 671ff86181f0b8ac96385c3521da53949155f646 (PR-1) > git config core.sparsecheckout # timeout=10 > git checkout -f 671ff86181f0b8ac96385c3521da53949155f646 # timeout=10 Commit message: "Merge commit 'a7f15db4ea40de685f700822e7c70f0672ac0c2d' into HEAD" > git rev-list --no-walk 10ce9b695a0c40785361caa44e223c3c941f3e47 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] echo huge success [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS