Branch indexing > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-9d5cd5747a86a197c45fa3f669e5b760/.git # timeout=10 Setting origin to https://github.com/MY-ORG/myproject.git > /usr/bin/git config remote.origin.url https://github.com/MY-ORG/myproject.git # timeout=10 Fetching origin... Fetching upstream changes from origin > /usr/bin/git --version # timeout=10 > git --version # 'git version 1.8.3.1' > /usr/bin/git config --get remote.origin.url # timeout=10 > /usr/bin/git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/* # timeout=10 Seen branch in repository origin/branch1 Seen branch in repository origin/main Seen 2 remote branches Obtained Jenkinsfile from 9a8646d2cxxxxxxxxxxxxxxxxxxxx9e9ed75d831 [Pipeline] Start of Pipeline [Pipeline] node Running on jenkinshost in /home/user1/agent-jenkinshost/workspace/Folder-Group_myproject_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