mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
ES-757: remove extra paramater (#7403)
This commit is contained in:
parent
d02f6ff68c
commit
56c6eb42ef
2
.ci/dev/regression/Jenkinsfile
vendored
2
.ci/dev/regression/Jenkinsfile
vendored
@ -301,7 +301,7 @@ pipeline {
|
||||
always {
|
||||
script {
|
||||
if (gitUtils.isReleaseTag()) {
|
||||
gitUtils.getGitLog(env.TAG_NAME, env.GIT_URL.replace('https://github.com/corda/', ''), scm.userRemoteConfigs[0].credentialsId)
|
||||
gitUtils.getGitLog(env.TAG_NAME, env.GIT_URL.replace('https://github.com/corda/', ''))
|
||||
}
|
||||
try {
|
||||
if (params.DO_TEST) {
|
||||
|
Loading…
Reference in New Issue
Block a user