From 0e97c890c324e2378827ebea725a3594e97ba7a3 Mon Sep 17 00:00:00 2001 From: Lan Xia Date: Mon, 4 Nov 2024 15:43:41 -0500 Subject: [PATCH] Add TRSS test summary when TKG summary is missing resovles: https://github.com/adoptium/aqa-test-tools/issues/929 Signed-off-by: Lan Xia --- buildenv/jenkins/JenkinsfileBase1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),