jira-importer commented on issue #913: URL: https://github.com/apache/maven-scm/issues/913#issuecomment-2964632696
**[Leandro Kersting de Freitas](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=freekele)** commented +1 with maven 3.3.9 and oracle jdk 8u101 64bits and jenkins 2.14 ``` [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Checking in modified POMs... [INFO] Executing: /bin/sh -c cd /var/jenkins_home/workspace/myapp/stable && git add -- pom.xml release-pom.xml [INFO] Working directory: /var/jenkins_home/workspace/myapp/stable [INFO] Executing: /bin/sh -c cd /var/jenkins_home/workspace/myapp/stable && git rev-parse --show-toplevel [INFO] Working directory: /var/jenkins_home/workspace/myapp/stable [INFO] Executing: /bin/sh -c cd /var/jenkins_home/workspace/myapp/stable && git status --porcelain . [INFO] Working directory: /var/jenkins_home/workspace/myapp/stable [WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? release.properties [INFO] Executing: /bin/sh -c cd /var/jenkins_home/workspace/myapp/stable && git commit --verbose -F /tmp/maven-scm-276665832.commit pom.xml release-pom.xml [INFO] Working directory: /var/jenkins_home/workspace/myapp/stable [INFO] Tagging release with the label v2.0.3... [INFO] Executing: /bin/sh -c cd /var/jenkins_home/workspace/myapp/stable && git tag -F /tmp/maven-scm-1646941823.commit v2.0.3 [INFO] Working directory: /var/jenkins_home/workspace/myapp/stable [INFO] Executing: /bin/sh -c cd /var/jenkins_home/workspace/myapp/stable && git ls-files [INFO] Working directory: /var/jenkins_home/workspace/myapp/stable [INFO] Transforming 'myapp'... [INFO] Removing release POM for 'myapp'... [INFO] Executing: /bin/sh -c cd /var/jenkins_home/workspace/myapp/stable && git rm release-pom.xml [INFO] Working directory: /var/jenkins_home/workspace/myapp/stable [INFO] Checking in modified POMs... [INFO] Executing: /bin/sh -c cd /var/jenkins_home/workspace/myapp/stable && git add -- pom.xml release-pom.xml [INFO] Working directory: /var/jenkins_home/workspace/myapp/stable [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 28.690 s [INFO] Finished at: 2016-07-22T21:59:42+00:00 [INFO] Final Memory: 26M/443M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare-with-pom (default-cli) on project myapp: Unable to commit files [ERROR] Provider message: [ERROR] The git-add command failed. [ERROR] Command output: [ERROR] fatal: pathspec 'release-pom.xml' did not match any files [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [Pipeline] mail [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result ERROR: script returned exit code 1 Finished: FAILURE ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
