Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-bot-ssh
Fetching changes from the remote Git repository
Checking out Revision 7958b123fec5dd87f3a944c0180727a933eeb3d1 (refs/remotes/origin/jenkins_release_pipeline)
Commit message: "Jenkins build and release pipelines and scripts"
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipselink-build-support-promote/.git # timeout=10
 > git config remote.origin.url https://github.com/rfelcman/eclipselink-build-support.git # timeout=10
Fetching upstream changes from https://github.com/rfelcman/eclipselink-build-support.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/eclipselink-build-support-promote@tmp/jenkins-gitclient-ssh6129287360135922871.key
 > git fetch --tags --force --progress -- https://github.com/rfelcman/eclipselink-build-support.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/jenkins_release_pipeline^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7958b123fec5dd87f3a944c0180727a933eeb3d1 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D jenkins_release_pipeline # timeout=10
 > git checkout -b jenkins_release_pipeline 7958b123fec5dd87f3a944c0180727a933eeb3d1 # timeout=10