You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did exactly as proposed on the page linked with the extended tutorial, this is what I get:
Gestartet durch Benutzer anonymous
Baue in Arbeitsbereich /home/foo/jenkins-php-quickstart
[jenkins-php-quickstart] $ /bin/sh -xe /tmp/hudson7093402616164569710.sh
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Finding all files that match the pattern build/logs/checkstyle.xml
[PMD] Collecting PMD analysis files...
[PMD] Finding all files that match the pattern build/logs/pmd.xml
[DRY] Collecting duplicate code analysis files...
[DRY] Finding all files that match the pattern build/logs/pmd-cpd.xml
Recording plot data
Publishing Clover coverage report...
Clover xml file does not exist in: /home/foo/jenkins-php-quickstart called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/TestProjekt/builds/2014-05-11_17-07-34/cloverphp/clover.xml
Could not find 'build/coverage/build/logs/clover.xml'. Did you generate the XML report for Clover?
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at BUILD level /home/foo/jenkins-php-quickstart/build/api to /var/lib/jenkins/jobs/TestProjekt/builds/2014-05-11_17-07-34/htmlreports/API_Documentation
ERROR: Specified HTML directory '/home/foo/jenkins-php-quickstart/build/api' does not exist.
Build step 'Publish HTML reports' changed build result to FAILURE
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - No test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '/home/foo/jenkins-php-quickstart' for the testing framework 'PHPUnit-3.x (default)'. Did you enter a pattern relative to the correct directory? Did you generate the result report(s) for 'PHPUnit-3.x (default)'?
[xUnit] [ERROR] - No test reports found for the metric 'PHPUnit' with the resolved pattern 'build/logs/junit.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.
[JDepend] JDepend plugin is ready
[JDepend] Couldn't generate JDepend file at 'build/logs/jdepend.xml'java.io.FileNotFoundException: /home/foo/jenkins-php-quickstart/build/logs/jdepend.xml (Datei oder Verzeichnis nicht gefunden)
Finished: FAILURE
It is true, setting CI up is one of the MAJOR downsides...
The text was updated successfully, but these errors were encountered:
I did exactly as proposed on the page linked with the extended tutorial, this is what I get:
Gestartet durch Benutzer anonymous
Baue in Arbeitsbereich /home/foo/jenkins-php-quickstart
[jenkins-php-quickstart] $ /bin/sh -xe /tmp/hudson7093402616164569710.sh
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Finding all files that match the pattern build/logs/checkstyle.xml
[PMD] Collecting PMD analysis files...
[PMD] Finding all files that match the pattern build/logs/pmd.xml
[DRY] Collecting duplicate code analysis files...
[DRY] Finding all files that match the pattern build/logs/pmd-cpd.xml
Recording plot data
Publishing Clover coverage report...
Clover xml file does not exist in: /home/foo/jenkins-php-quickstart called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/TestProjekt/builds/2014-05-11_17-07-34/cloverphp/clover.xml
Could not find 'build/coverage/build/logs/clover.xml'. Did you generate the XML report for Clover?
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at BUILD level /home/foo/jenkins-php-quickstart/build/api to /var/lib/jenkins/jobs/TestProjekt/builds/2014-05-11_17-07-34/htmlreports/API_Documentation
ERROR: Specified HTML directory '/home/foo/jenkins-php-quickstart/build/api' does not exist.
Build step 'Publish HTML reports' changed build result to FAILURE
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - No test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '/home/foo/jenkins-php-quickstart' for the testing framework 'PHPUnit-3.x (default)'. Did you enter a pattern relative to the correct directory? Did you generate the result report(s) for 'PHPUnit-3.x (default)'?
[xUnit] [ERROR] - No test reports found for the metric 'PHPUnit' with the resolved pattern 'build/logs/junit.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.
[JDepend] JDepend plugin is ready
[JDepend] Couldn't generate JDepend file at 'build/logs/jdepend.xml'java.io.FileNotFoundException: /home/foo/jenkins-php-quickstart/build/logs/jdepend.xml (Datei oder Verzeichnis nicht gefunden)
Finished: FAILURE
It is true, setting CI up is one of the MAJOR downsides...
The text was updated successfully, but these errors were encountered: