Merge pull request #5793 from corda/ramzi/43-44-merge

OS 4.3 -> OS 4.4 Merge
This commit is contained in:
Stefano Franz 2019-12-09 15:43:32 +00:00 committed by GitHub
commit 20bd5d9647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 */
}
}
}
}