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 c367033bb64fe664e95b38017fbc7211b2992904 (refs/remotes/origin/appng-scheduler-1.13.x)
Commit message: "SCHED-41 updated 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 c367033bb64fe664e95b38017fbc7211b2992904
> git branch -a -v --no-abbrev # timeout=10
> git branch -D appng-scheduler-1.13.x # timeout=10
> git checkout -b appng-scheduler-1.13.x c367033bb64fe664e95b38017fbc7211b2992904
> git rev-list --no-walk dede3f16d863ff018c15428b1cea9c8baca7eb4b # timeout=10