Skip to content

Console Output

Started by user Justin Rose
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/TntTag
The recommended git tool is: NONE
using credential b1c3b770-9f53-4346-9177-448b76609761
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/TntTag/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.tnttag.url https://www.justinian6.com/source/scm/plugin/tnttag.git # timeout=10
Fetching upstream changes from https://www.justinian6.com/source/scm/plugin/tnttag.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials BB Cred
 > git fetch --tags --force --progress -- https://www.justinian6.com/source/scm/plugin/tnttag.git +refs/heads/*:refs/remotes/tnttag/* # timeout=10
ERROR: Error fetching remote repo 'tnttag'
hudson.plugins.git.GitException: Failed to fetch from https://www.justinian6.com/source/scm/plugin/tnttag.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1004)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1245)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
	at com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM.checkout(BitbucketSCM.java:207)
	at hudson.scm.SCM.checkout(SCM.java:505)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1211)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:636)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:508)
	at hudson.model.Run.execute(Run.java:1906)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://www.justinian6.com/source/scm/plugin/tnttag.git +refs/heads/*:refs/remotes/tnttag/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://www.justinian6.com/source/scm/plugin/tnttag.git/': The requested URL returned error: 503

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2681)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2102)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:86)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:624)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1002)
	... 12 more
ERROR: Error fetching remote repo 'tnttag'
Archiving artifacts
Finished: FAILURE