i am working in a git repository. see command output below. << [root@jenkinsslavecentos apprenda-plugin]# git status # On branch master nothing to commit, working directory clean [root@jenkinsslavecentos apprenda-plugin]# dir pom.xml pom.xml [root@jenkinsslavecentos apprenda-plugin]# pwd /root/apprenda-plugin [root@jenkinsslavecentos apprenda-plugin]# git remote -v origin https://github.com/jenkinsci/apprenda-plugin (fetch) origin https://github.com/jenkinsci/apprenda-plugin (push) >>
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] > <javascript:>> 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/97d3a010-9c58-4c6d-b168-314e561a99ae%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
