Branch indexing Connecting to https://api.github.com using mtgto/****** Checking out git https://github.com/mtgto/jenkins-pipeline-test.git into /var/jenkins_home/workspace/test_PR-1@script to read Jenkinsfile using credential aa7062df-b47c-4882-b544-a7fc9d7ab06a Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/mtgto/jenkins-pipeline-test.git > git init /var/jenkins_home/workspace/test_PR-1@script # timeout=10 Fetching upstream changes from https://github.com/mtgto/jenkins-pipeline-test.git > git --version # timeout=10 using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress https://github.com/mtgto/jenkins-pipeline-test.git +refs/pull/1/head:refs/remotes/origin/PR-1 +refs/heads/master:refs/remotes/origin/master > git config remote.origin.url https://github.com/mtgto/jenkins-pipeline-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/mtgto/jenkins-pipeline-test.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/mtgto/jenkins-pipeline-test.git using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress https://github.com/mtgto/jenkins-pipeline-test.git +refs/pull/1/head:refs/remotes/origin/PR-1 +refs/heads/master:refs/remotes/origin/master Merging remotes/origin/master commit 8fdf3ac2dd2c9e5c2e3b17ddb13c5cd5bf5b0383 into PR head commit 68656b4125c6029dfe8786b5c73017e4b4565343 > git config core.sparsecheckout # timeout=10 > git checkout -f 68656b4125c6029dfe8786b5c73017e4b4565343 > git merge 8fdf3ac2dd2c9e5c2e3b17ddb13c5cd5bf5b0383 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing 75ddc1933fd10b87c529536e3107ea7313debaea Checking out Revision 75ddc1933fd10b87c529536e3107ea7313debaea (PR-1) > git config core.sparsecheckout # timeout=10 > git checkout -f 75ddc1933fd10b87c529536e3107ea7313debaea Commit message: "Merge commit '8fdf3ac2dd2c9e5c2e3b17ddb13c5cd5bf5b0383' into HEAD" First time build. Skipping changelog. Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/jenkins_home/workspace/test_PR-1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential aa7062df-b47c-4882-b544-a7fc9d7ab06a Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/mtgto/jenkins-pipeline-test.git > git init /var/jenkins_home/workspace/test_PR-1 # timeout=10 Fetching upstream changes from https://github.com/mtgto/jenkins-pipeline-test.git > git --version # timeout=10 using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress https://github.com/mtgto/jenkins-pipeline-test.git +refs/pull/1/head:refs/remotes/origin/PR-1 +refs/heads/master:refs/remotes/origin/master > git config remote.origin.url https://github.com/mtgto/jenkins-pipeline-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/mtgto/jenkins-pipeline-test.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/mtgto/jenkins-pipeline-test.git using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress https://github.com/mtgto/jenkins-pipeline-test.git +refs/pull/1/head:refs/remotes/origin/PR-1 +refs/heads/master:refs/remotes/origin/master Merging remotes/origin/master commit 8fdf3ac2dd2c9e5c2e3b17ddb13c5cd5bf5b0383 into PR head commit 68656b4125c6029dfe8786b5c73017e4b4565343 > git config core.sparsecheckout # timeout=10 > git checkout -f 68656b4125c6029dfe8786b5c73017e4b4565343 > git merge 8fdf3ac2dd2c9e5c2e3b17ddb13c5cd5bf5b0383 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing a98b709283bd47d251dfcc9360b91ffc024af16b Checking out Revision a98b709283bd47d251dfcc9360b91ffc024af16b (PR-1) > git config core.sparsecheckout # timeout=10 > git checkout -f a98b709283bd47d251dfcc9360b91ffc024af16b Commit message: "Merge commit '8fdf3ac2dd2c9e5c2e3b17ddb13c5cd5bf5b0383' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (test) [Pipeline] echo GIT_COMMIT = 75ddc1933fd10b87c529536e3107ea7313debaea [Pipeline] echo HEAD: [Pipeline] sh + git rev-parse 'HEAD^{commit}' a98b709283bd47d251dfcc9360b91ffc024af16b [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