> 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/apprenda-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/44DE13D2-7B8B-43AB-8C4C-AD638B789788%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
