mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +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 {
|
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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user