mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-06 07:51:52 +00:00
Testing log retrieval
This commit is contained in:
2
qetest/Jenkinsfile
vendored
2
qetest/Jenkinsfile
vendored
@@ -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 """
|
||||
|
||||
Reference in New Issue
Block a user