Started by an SCM change Checking out git https://github.com/MY-ORG/myproject.git into /var/lib/jenkins/workspace/Folder-Group/myproject_singlepipeline_branch1@script/ceafa0c625xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx357265ca3f0255fccea8c26a to read Jenkinsfile The recommended git tool is: /usr/bin/git No credentials specified > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Folder-Group/myproject_singlepipeline_branch1@script/ceafa0c625xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx357265ca3f0255fccea8c26a/.git # timeout=10 Fetching changes from the remote Git repository > /usr/bin/git config remote.origin.url https://github.com/MY-ORG/myproject.git # timeout=10 Fetching upstream changes from https://github.com/MY-ORG/myproject.git > /usr/bin/git --version # timeout=10 > git --version # 'git version 1.8.3.1' > /usr/bin/git fetch --tags --progress https://github.com/MY-ORG/myproject.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > /usr/bin/git rev-parse refs/remotes/origin/branch1^{commit} # timeout=10 Checking out Revision 9a8646d2cxxxxxxxxxxxxxxxxxxxx9e9ed75d831 (refs/remotes/origin/branch1) > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f 9a8646d2cxxxxxxxxxxxxxxxxxxxx9e9ed75d831 # timeout=10 Commit message: "updated Jenkinsfile" > /usr/bin/git rev-list --no-walk 5ca9ce85f605660eb63aacf16375b43c0dfb2519 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Running on jenkinshost in /home/user1/agent-jenkinshost/workspace/Folder-Group/myproject_singlepipeline_branch1 [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] echo Build [Pipeline] echo PARAM_REVISION: 3.2.3 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] echo Hello [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS