Merge pull request #7414 from corda/ES-757-Remove-Extra-paramater-from-the-calling-side

ES-757: ensure correct method is called with extra paramater
This commit is contained in:
Adel El-Beik 2023-07-12 11:11:50 +01:00 committed by GitHub
commit d6c858e42e
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/', '')) gitUtils.getGitLog(env.TAG_NAME, env.GIT_URL.replace('https://github.com/corda/', ''), scm.userRemoteConfigs[0].credentialsId)
} }
try { try {
if (params.DO_TEST) { if (params.DO_TEST) {