You committed & push the release.properties and pom.xml.releaseBackup files, delete and add them to .gitignore to never ever do it again.
Also, the version in the pom.xml should always contain -SNAPSHOT in the end. Only the release plugin will remove it when releasing. Cheers 2018-03-09 4:48 GMT+01:00 Michael Michael <[email protected]>: > i added the distribution management section while i was troubleshooting to > see if i could find what was wrong. > i tried everything i would read online..and this was one of them. > > On Friday, March 9, 2018 at 6:37:33 AM UTC+3, Daniel Beck wrote: >> >> >> > On 9. Mar 2018, at 03:03, Michael Michael <[email protected]> wrote: >> > >> > may i ask what these commands do then in the output trail? It seems >> that SVN is called in here, and this is the command that is failing >> > << >> > [INFO] Resuming release from phase 'scm-commit-release' >> > [INFO] Checking in modified POMs... >> > [INFO] Executing: /bin/sh -c cd /root/apprenda-plugin && svn >> --non-interactive commit --file /tmp/maven-scm-1675137483.commit >> --targets /tmp/maven-scm-9172792877660663843-targets >> > [INFO] Working directory: /root/apprenda-plugin >> > >> >> > >> >> Are you working in a Git repository (working copy), or did you download >> the sources? Perhaps it checks if you're in a Git repo, and if not, falls >> back to SVN? IOW, in the directory that also contains pom.xml, does `git >> status` show an error? >> >> Besides that, https://github.com/jenkinsci/a >> pprenda-plugin/blob/b0e8592ba5b83f3ee63802bdf9a83ee14c84d3bc/pom.xml#L54 >> should be long obsolete, so it's unclear to me how you managed to deploy a >> snapshot with that. (Unrelated to SCM problems though.) >> >> -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jenkinsci-dev/9dbd768f-c3c8-47f5-a59a-d394f2bb0220% > 40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/9dbd768f-c3c8-47f5-a59a-d394f2bb0220%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANWgJS41nWkOYO1FQHKdy2opWGymaa4bg-g%2BvHSEuaNK%3D1AQUA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
