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@318fd05d; decorates RemoteLauncher[hudson.remoting.Channel@6fd4ab5f: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 007ef66430f26368223b1e80c39dd11f95e3cf36 (refs/remotes/origin/master)
Commit message: "Add C++ core guidelines to clang-tidy configuration"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 007ef66430f26368223b1e80c39dd11f95e3cf36 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master 007ef66430f26368223b1e80c39dd11f95e3cf36 # timeout=10
 > git rev-list --no-walk 979d2222d416df50513630ccd463ce74d0d59687 # timeout=10
[Checks API] No suitable checks publisher found.