From 1cc802c83fe1ae8037f78fbb1654c26be512a48b Mon Sep 17 00:00:00 2001 From: andrew clark Date: Tue, 21 Oct 2025 17:49:31 -0600 Subject: [PATCH] Testing --- qetest/Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qetest/Jenkinsfile b/qetest/Jenkinsfile index 5534570348..908f79f1ea 100644 --- a/qetest/Jenkinsfile +++ b/qetest/Jenkinsfile @@ -29,12 +29,12 @@ pipeline { } } } - stage("Unauthorized Failure Example") { + stage("Checkout Failure Example") { agent{ label rocmnode("nogpu") } steps { script { - echo "Unable to locate image" - echo "login attempt to https://some.docker.io/v2 failed with status: 401 Unauthorized" + echo "Checkout failure example" + echo "Checkout failure ..." } } } @@ -43,7 +43,7 @@ pipeline { success { node(rocmnode("nogpu")) { script { - def buildLog = sh('wget -q --no-check-certificate -O build.log ' + BUILD_URL + 'consoleText') + def buildLog = sh(script: 'wget -q --no-check-certificate -O - ' + BUILD_URL + 'consoleText', returnStdout: true) echo "log: ${buildLog}" withCredentials([string(credentialsId: 'ck_ci_errors_webhook_url', variable: 'WEBHOOK_URL')]) { sh """