Add Allure report generation (#5776)

* Add Allure report generation

* change test artifact path for allure
This commit is contained in:
Ramzi El-Yafi 2019-12-04 14:49:44 +00:00 committed by Stefano Franz
parent 04eec1de46
commit 3fc916fb6c

View File

@ -52,9 +52,10 @@ pipeline {
always {
archiveArtifacts artifacts: '**/pod-logs/**/*.log', fingerprint: false
junit '**/build/test-results-xml/**/*.xml'
allure includeProperties: false, jdk: '', results: [[path: '**/build/test-results-xml/**']]
}
cleanup {
deleteDir() /* clean up our workspace */
}
}
}
}