Testing log retrieval

This commit is contained in:
andrew clark
2025-10-21 17:43:53 -06:00
parent 20b02cede5
commit f3f011dde9

2
qetest/Jenkinsfile vendored
View File

@@ -43,7 +43,7 @@ pipeline {
success {
node(rocmnode("nogpu")) {
script {
def buildLog = currentBuild.rawBuild.logFile.text
def buildLog = sh('wget -q --no-check-certificate -O build.log ' + BUILD_URL + 'consoleText')
echo "log: ${buildLog}"
withCredentials([string(credentialsId: 'ck_ci_errors_webhook_url', variable: 'WEBHOOK_URL')]) {
sh """