Skip to content

Console Output

The recommended git tool is: git
No credentials specified
Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3e9f460f; decorates RemoteLauncher[hudson.remoting.Channel@361e6011:x86_64-ubuntu-22.04] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Fetching changes from the remote Git repository
 > git rev-parse --resolve-git-dir /home/jenkins-agent/workdir/workspace/marco-docs/.git # timeout=10
 > git config remote.origin.url https://github.com/marco-compiler/marco.git # timeout=10
Fetching upstream changes from https://github.com/marco-compiler/marco.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/marco-compiler/marco.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision ae22f5200a8d43b529165f3e94799a09aa71b39b (refs/remotes/origin/master)
Commit message: "Allow passes to operate on nested models"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ae22f5200a8d43b529165f3e94799a09aa71b39b # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master ae22f5200a8d43b529165f3e94799a09aa71b39b # timeout=10
 > git rev-list --no-walk 043a39505f87d080de2762f18bc89ea58dcdb733 # timeout=10
[Checks API] No suitable checks publisher found.