ES-757: ensure correct method is called with extra paramater

This commit is contained in:
Ronan Browne 2023-07-11 13:11:02 +01:00 committed by GitHub
parent 56c6eb42ef
commit 9dd0bd8509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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