Skip to content

Instantly share code, notes, and snippets.

@rdp
Last active September 21, 2016 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdp/291bda289a94eae96fc32a30e6db9497 to your computer and use it in GitHub Desktop.
Save rdp/291bda289a94eae96fc32a30e6db9497 to your computer and use it in GitHub Desktop.
Started by user anonymous
Building in workspace /var/lib/jenkins/workspace/dxx
Cloning the remote Git repository
Cloning repository https://github.com/xx.git
> git init /var/lib/jenkins/workspace/xx # timeout=10
Fetching upstream changes from https://github.com/xx.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/xx.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url https://github.com/xx.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/xx.git # timeout=10
Fetching upstream changes from https://github.com/xx.git
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/xx.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 9052bff80047eede73b3b427dabb916362ed08b8 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 9052bff80047eede73b3b427dabb916362ed08b8
> git rev-list 9052bff80047eede73b3b427dabb916362ed08b8 # timeout=10
> git remote # timeout=10
> git submodule init # timeout=10
> git submodule sync # timeout=10
> git config --get remote.origin.url # timeout=10
> git config --get-regexp ^submodule # timeout=10
> git config --get submodule.activemq.url # timeout=10Ish
> git submodule update --init --recursive activemq
FATAL: Command "git submodule update --init --recursive activemq" returned status code 1:
stdout: Submodule 'activemq' () registered for path 'activemq'
Cloning into 'activemq'...
stderr: fatal: Authentication failed
Clone of 'https://github.com/xx-activemq.git' into submodule path 'activemq' failed
hudson.plugins.git.GitException: Command "git submodule update --init --recursive activemq" returned status code 1:
stdout: Submodule 'activemq' () registered for path 'activemq'
Cloning into 'activemq'...
stderr: fatal: Authentication failed
Clone of 'https://github.com/xx-activemq.git' into submodule path 'activemq' failed
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1752)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1495)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:64)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.execute(CliGitAPIImpl.java:1038)
at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:96)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1137)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
at hudson.model.Run.execute(Run.java:1738)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment