Skip to content

Console Output

The recommended git tool is: git
using credential github-app
Cloning the remote Git repository
Cloning repository https://github.com/marco-compiler/marco.git
 > git init /home/jenkins-agent/workdir/workspace/marco-docker-dev-debian-12/debian-12/src/marco # timeout=10
Fetching upstream changes from https://github.com/marco-compiler/marco.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
using GIT_ASKPASS to set credentials 
 > git fetch --tags --force --progress -- https://github.com/marco-compiler/marco.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision f360d15535759657eb90f91156c574b14c5da350 (refs/remotes/origin/master)
 > git config remote.origin.url https://github.com/marco-compiler/marco.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Commit message: "Run Jenkins pipelines on generic x86_64-linux agents"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f360d15535759657eb90f91156c574b14c5da350 # timeout=10
 > git rev-list --no-walk 82fa8e850efe16731e4e188bcbe9b756614ea39d # timeout=10