Console Output
Started by user Ricardo Memoria (admin)
Building in workspace C:\apps\jenkins\workspace\eTBM_Desktop
> git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git.exe config remote.origin.url https://rmemoria@bitbucket.org/etbmanager/desktop.git # timeout=10
Fetching upstream changes from https://rmemoria@bitbucket.org/etbmanager/desktop.git
> git.exe --version # timeout=10
using .gitcredentials to set credentials
> git.exe config --local credential.username rmemoria # timeout=10
> git.exe config --local credential.helper store --file=\"C:\Users\jenkins\AppData\Local\Temp\git8293425932505978288.credentials\" # timeout=10
> git.exe -c core.askpass=true fetch --tags --progress https://rmemoria@bitbucket.org/etbmanager/desktop.git +refs/heads/*:refs/remotes/origin/*
> git.exe config --local --remove-section credential # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://rmemoria@bitbucket.org/etbmanager/desktop.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1066)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1097)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
at hudson.model.Run.execute(Run.java:1741)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git.exe -c core.askpass=true fetch --tags --progress https://rmemoria@bitbucket.org/etbmanager/desktop.git +refs/heads/*:refs/remotes/origin/*" returned status code -1:
stdout:
stderr:
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1719)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1463)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:808)
... 11 more
ERROR: null
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were found but none of them are new. Did tests run?
For example, C:\apps\jenkins\workspace\eTBM_Desktop\target\surefire-reports\TEST-TestSuite.xml is 1 hr 25 min old
Sending e-mails to: rmemoria@msh.org msantos.msh@gmail.com rmemoria@gmail.com
Finished: FAILURE