Skip to content

Commit

Permalink
Add TRSS test summary when TKG summary is missing
Browse files Browse the repository at this point in the history
resovles: adoptium/aqa-test-tools#929

Signed-off-by: Lan Xia <[email protected]>
  • Loading branch information
llxia committed Nov 4, 2024
1 parent 8ed34e8 commit 0e97c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/jenkins/JenkinsfileBase1
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 0e97c89

Please sign in to comment.