mirror of
https://github.com/corda/corda.git
synced 2025-02-05 10:39:13 +00:00
disable gitlog for test
This commit is contained in:
parent
a1af44acdd
commit
708f39ab84
6
.ci/dev/regression/Jenkinsfile
vendored
6
.ci/dev/regression/Jenkinsfile
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user