Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-bot-ssh
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@5078d28e; decorates RemoteLauncher[hudson.remoting.Channel@1604f4b6:JNLP4-connect connection from 10.40.54.115/10.40.54.115:41222] 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/workspace/eclipselink-build-support-promote/.git # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink-build-support.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/eclipselink-build-support.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/eclipselink-build-support-promote@tmp/jenkins-gitclient-ssh3273856593188283669.key
Verifying host key using known hosts file
You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification.
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/eclipselink-build-support.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 7e71a33996396f83dbf4723b43971c164f5159c0 (refs/remotes/origin/main)
Commit message: "Initial contribution"
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7e71a33996396f83dbf4723b43971c164f5159c0 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main 7e71a33996396f83dbf4723b43971c164f5159c0 # timeout=10