I'm having problems getting jenkins to push back the merged branch to origin repo. (everything else works but the push back to the repository).
Looks like this issue: http://jenkins-ci.361315.n4.nabble.com/Git-publisher-fails-to-push-td4659177.html I'm running: -bash-3.2$ cat git-client/META-INF/MANIFEST.MF Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: jglick Build-Jdk: 1.7.0_25 Extension-Name: git-client Specification-Title: Utility plugin for Git support in Jenkins Implementation-Title: git-client Implementation-Version: 1.1.2 Group-Id: org.jenkins-ci.plugins Short-Name: git-client Long-Name: Jenkins GIT client plugin Url: http://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin Plugin-Version: 1.1.2 Hudson-Version: 1.480 Jenkins-Version: 1.480 Plugin-Dependencies: ssh-credentials:1.0 Plugin-Developers: Nicolas De Loof:ndeloof:[email protected] -bash-3.2$ cat git/META-INF/MANIFEST.MF Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: nicolas Build-Jdk: 1.6.0_31 Extension-Name: git Specification-Title: Integrates Jenkins with GIT SCM Implementation-Title: git Implementation-Version: 1.4.0 Group-Id: org.jenkins-ci.plugins Short-Name: git Long-Name: Jenkins GIT plugin Url: http://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin Plugin-Version: 1.4.0 Hudson-Version: 1.448 Jenkins-Version: 1.448 Plugin-Dependencies: token-macro:1.5.1;resolution:=optional,multiple-s cms:0.2;resolution:=optional,git-client:1.0.6,parameterized-trigger:2 .4;resolution:=optional Plugin-Developers: Kohsuke Kawaguchi:kohsuke:,Nicolas De Loof:ndeloof: [email protected] on core 1.509.2 are there any workarounds? AFAIK I'm running the latest git plugins for latest LTS. -- -- David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen -- 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.
