Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@1b967bee; decorates RemoteLauncher[hudson.remoting.Channel@92374f9:JNLP4-connect connection from 10.40.55.228/10.40.55.228:36774] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/packager
 > git init /home/jenkins/agent/workspace/packager-ci # timeout=10
Fetching upstream changes from https://github.com/eclipse/packager
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/packager +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/packager # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 50e4a5559a78bba9ed3495e10bb125db5f0cef7c (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 50e4a5559a78bba9ed3495e10bb125db5f0cef7c # timeout=10
Commit message: "Bump org.bouncycastle:bcprov-jdk18on from 1.77 to 1.78"