diff --git a/buildenv/jenkins/JenkinsfileBase1 b/buildenv/jenkins/JenkinsfileBase1 index 2100556ff1..ac5597ed0d 100644 --- a/buildenv/jenkins/JenkinsfileBase1 +++ b/buildenv/jenkins/JenkinsfileBase1 @@ -12,7 +12,7 @@ def makeTest(testParam) { makeTestCmd = "unset LD_LIBRARY_PATH; $makeTestCmd" } try { - sh "$tearDownCmd" + sh "$tearDownCmd" sds if (env.DOCKER_REGISTRY_URL && env.DOCKER_REGISTRY_URL_CREDENTIAL_ID && env.BASE_DOCKER_REGISTRY_CREDENTIAL_ID) { withCredentials([ usernamePassword(credentialsId: "${env.DOCKER_REGISTRY_URL_CREDENTIAL_ID}", usernameVariable: 'DOCKER_REGISTRY_CREDENTIALS_USR', passwordVariable: 'DOCKER_REGISTRY_CREDENTIALS_PSW'),