mirror of
https://github.com/corda/corda.git
synced 2025-02-23 02:22:41 +00:00
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:
commit
d6c858e42e
2
.ci/dev/regression/Jenkinsfile
vendored
2
.ci/dev/regression/Jenkinsfile
vendored
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user