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 { post {
always { always {
script { script {
if (gitUtils.isReleaseTag()) { // if (gitUtils.isReleaseTag()) {
gitUtils.getGitLog(env.TAG_NAME, env.GIT_URL.replace('https://github.com/corda/', '')) // gitUtils.getGitLog(env.TAG_NAME, env.GIT_URL.replace('https://github.com/corda/', ''))
} // }
try { try {
if (params.DO_TEST) { if (params.DO_TEST) {
unstash 'allure-input' unstash 'allure-input'