mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
ES-757: update paramater in line with latest shared lib change (#7417)
This commit is contained in:
parent
b410cd2a5d
commit
33df909cee
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