|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/d/optout.

With the xUnit plugin configured to publish JUnit type reports from my job which does not generate JUnit reports, I see that the build fails (as expected) and does not push to the remote git repository.
Started by user Mark Waite Building remotely on centos7x64 (7.0.1406 CentOS amd64-CentOS-7.0.1406 linux CentOS-7.0.1406 amd64-CentOS amd64) in workspace /var/lib/jenkins/mark-pc1-slave/workspace/JENKINS-24833-git-publishes-always > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url ssh://mwaite@mark-pc1/var/lib/git/mwaite/bugs/JENKINS-24833.git # timeout=10 Fetching upstream changes from ssh://mwaite@mark-pc1/var/lib/git/mwaite/bugs/JENKINS-24833.git > git --version # timeout=10 using GIT_SSH to set credentials mwaite@mark-pc1 > git fetch --tags --progress ssh://mwaite@mark-pc1/var/lib/git/mwaite/bugs/JENKINS-24833.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 0ac1e6fd10414a191c58f6fb0a6cb11c90644ea0 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0ac1e6fd10414a191c58f6fb0a6cb11c90644ea0 > git rev-list 0ac1e6fd10414a191c58f6fb0a6cb11c90644ea0 # timeout=10 [JENKINS-24833-git-publishes-always] $ python add_a_file.py rm 'tmpoeSqtg' [detached HEAD 852dcf5] Removed tmp fles 1 file changed, 1 deletion(-) delete mode 100644 tmpoeSqtg [detached HEAD cb0da15] Added /var/lib/jenkins/mark-pc1-slave/workspace/JENKINS-24833-git-publishes-always/tmp3S20p6 1 file changed, 1 insertion(+) create mode 100644 tmp3S20p6 [xUnit] [INFO] - Starting to record. [xUnit] [INFO] - Processing JUnit [xUnit] [INFO] - [JUnit] - No test report file(s) were found with the pattern '*.xml' relative to '/var/lib/jenkins/mark-pc1-slave/workspace/JENKINS-24833-git-publishes-always' for the testing framework 'JUnit'. Did you enter a pattern relative to the correct directory? Did you generate the result report(s) for 'JUnit'? [xUnit] [ERROR] - No test reports found for the metric 'JUnit' with the resolved pattern '*.xml'. Configuration error?. [xUnit] [INFO] - Failing BUILD. [xUnit] [INFO] - There are errors when processing test results. [xUnit] [INFO] - Skipping tests recording. [xUnit] [INFO] - Stop build. Build step 'Process xUnit test result report' changed build result to FAILURE Build did not succeed and the project is configured to only push after a successful build, so no pushing will occur. Finished: FAILURE