Hi, I have migrating the Jenkins to a new server. I installed all requirements ( environment variables, java, tomcat, maven, git, nexus, github ss key) e we are using the github. When I try to build the job Jenkins return the following error:
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Waiting for Jenkins to finish collecting data channel stopped [workspace@2] $ /bin/sh -xe /opt/tomcat7/temp/hudson7418903463014222838.sh + cp nds-client/target/nds-client.war /opt/tomcat7/webapps/nds-client-homolog.war Pushing tag v-0.0.25-(DCLIENT) to repo origin ERROR: Failed to push tag v-0.0.25-(DCLIENT) to originhudson.plugins.git.GitException <http://stacktrace.jenkins-ci.org/search?query=hudson.plugins.git.GitException>: Command "git push [email protected]:DGBti/NDS.git v-0.0.25-(DCLIENT)" returned status code 128: stdout: stderr: ERROR: Repository not found. fatal: The remote end hung up unexpectedly at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:897) at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:858) at hudson.plugins.git.GitAPI.push(GitAPI.java:915) at hudson.plugins.git.GitPublisher$3.invoke(GitPublisher.java:295) at hudson.plugins.git.GitPublisher$3.invoke(GitPublisher.java:260) at hudson.FilePath.act(FilePath.java:865) at hudson.FilePath.act(FilePath.java:838) at hudson.plugins.git.GitPublisher.perform(GitPublisher.java:260) at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:820) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:792) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:947) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:739) at hudson.model.Run.execute(Run.java:1592) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:237) Build step 'Git Publisher' changed build result to FAILURE Build step 'Git Publisher' marked build as failure Finished: FAILURE ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- The actual build is 0.0.469 on the actual server and the Jenkins is trying to build the version 0.0.25 on the new server. Somebody knows how can I fix this? Thanks! Camilo Vieira -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
