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 dede3f16d863ff018c15428b1cea9c8baca7eb4b (refs/remotes/origin/appng-scheduler-1.13.x)
Commit message: "preparing next version 1.13.1-SNAPSHOT"
> 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 dede3f16d863ff018c15428b1cea9c8baca7eb4b
> 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 dede3f16d863ff018c15428b1cea9c8baca7eb4b
> git rev-list --no-walk 6f385a44079339837ac26bb2a5203e281deff469 # timeout=10