disable gitlog for test

This commit is contained in:
seanbrereton 2023-09-28 11:35:21 +01:00
parent a1af44acdd
commit 708f39ab84

View File

@ -331,9 +331,9 @@ pipeline {
post {
always {
script {
if (gitUtils.isReleaseTag()) {
gitUtils.getGitLog(env.TAG_NAME, env.GIT_URL.replace('https://github.com/corda/', ''))
}
// if (gitUtils.isReleaseTag()) {
// gitUtils.getGitLog(env.TAG_NAME, env.GIT_URL.replace('https://github.com/corda/', ''))
// }
try {
if (params.DO_TEST) {
unstash 'allure-input'