ES-757: update paramater in line with latest shared lib change (#7417)

This commit is contained in:
Ronan Browne 2023-07-12 20:01:56 +01:00 committed by GitHub
parent b410cd2a5d
commit 33df909cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -301,7 +301,7 @@ pipeline {
always { always {
script { script {
if (gitUtils.isReleaseTag()) { 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 { try {
if (params.DO_TEST) { if (params.DO_TEST) {