Skip to content

Console Output

using credential github-bot
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@f2c278a0; decorates RemoteLauncher[hudson.remoting.Channel@e36fd36b:JNLP4-connect connection from 10.129.6.1/10.129.6.1:59946] 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 --is-inside-work-tree # timeout=10
 > git config remote.origin.url https://github.com/eclipse/keyple-java.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/keyple-java.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --tags --force --progress -- https://github.com/eclipse/keyple-java.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 3a037d2067e8703b8092eb448600836041da4f78 (refs/remotes/origin/develop)
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3a037d2067e8703b8092eb448600836041da4f78 # timeout=10
Commit message: "Merge pull request #453 from eclipse/deactivate-remotese-examples"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b develop 3a037d2067e8703b8092eb448600836041da4f78 # timeout=10
 > git rev-list --no-walk 3a037d2067e8703b8092eb448600836041da4f78 # timeout=10