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 {
|
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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user