Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository git@github.com:appNG/appng-scheduler.git
 > git init /var/lib/jenkins/workspace/appNG_Scheduler # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-scheduler.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- git@github.com:appNG/appng-scheduler.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:appNG/appng-scheduler.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/appng-scheduler-1.17.x^{commit} # timeout=10
Checking out Revision cd411f6b1f93492f5d2e548fcf0ad224322c5d52 (refs/remotes/origin/appng-scheduler-1.17.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cd411f6b1f93492f5d2e548fcf0ad224322c5d52 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b appng-scheduler-1.17.x cd411f6b1f93492f5d2e548fcf0ad224322c5d52 # timeout=10
Commit message: "SCHED-60"
 > git rev-list --no-walk 98455fd6eef92b6f02a4ec20c597c0827b16ec02 # timeout=10