Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/BerndiVader/NoRunNoDungeon.git
 > git init /var/lib/jenkins/workspace/NoRunNoDungeon # timeout=10
Fetching upstream changes from https://github.com/BerndiVader/NoRunNoDungeon.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- https://github.com/BerndiVader/NoRunNoDungeon.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/BerndiVader/NoRunNoDungeon.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/master^{commit} # timeout=10
Checking out Revision f943fcc39f1114fbbb70f9e9d26907f5394d33f7 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f943fcc39f1114fbbb70f9e9d26907f5394d33f7 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master f943fcc39f1114fbbb70f9e9d26907f5394d33f7 # timeout=10
Commit message: "Add buff potion collide particles."
 > git rev-list --no-walk f943fcc39f1114fbbb70f9e9d26907f5394d33f7 # timeout=10