Skip to content

Console Output

No credentials specified
Fetching changes from the remote Git repository
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url git@github.com:appNG/appng-scheduler.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-scheduler.git
 > git --version # timeout=10
 > git fetch --tags --progress git@github.com:appNG/appng-scheduler.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 1b60856d8eaa85047dd0183fd5b1a8d492fc9681 (refs/remotes/origin/appng-scheduler-1.13.x)
Commit message: "SCHED-37 SCHED-38 SCHED-39"
First time build. Skipping changelog.
 > git rev-parse refs/remotes/origin/appng-scheduler-1.13.x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/appng-scheduler-1.13.x^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1b60856d8eaa85047dd0183fd5b1a8d492fc9681
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b appng-scheduler-1.13.x 1b60856d8eaa85047dd0183fd5b1a8d492fc9681