-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
jenkins 2.36 (deb), maven-plugin 2.14, java 1.7.0_65
I can't make naginator work with a regex expression.
I have the following console output:
Build was aborted Aborted by xxxxxxxxx [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at BUILD level C:\xxxxxxxxx\workspace\testSuiteExecution\target\surefire-reports to /var/lib/jenkins/jobs/testSuiteExecution/builds/534/htmlreports/HTML_Report ERROR: Specified HTML directory 'C:\xxxxxx\workspace\testSuiteExecution\target\surefire-reports' does not exist. Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Notifying upstream projects of job completion Finished: ABORTED
I use the naginator plugin to rebuild previous build only if the it was aborted. Therefore I put
(please view attachement)
But this isn't working. I tried many regex variations (eg Build was aborted), but with no luck