HBASE-26382 Use gen_redirect_html for linking flaky test logs (#3780)

Signed-off-by: Xin Sun <ddupgs@gmail.com>
This commit is contained in:
Duo Zhang 2021-10-22 21:43:58 +08:00 committed by GitHub
parent 0d8e5e5219
commit ffc154ff83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -85,9 +85,9 @@ pipeline {
)
])
sh '''#!/bin/bash -e
echo "${ASF_NIGHTLIES}/hbase/${JOB_NAME}/${BUILD_NUMBER}" > "test_logs.txt"
./dev-support/gen_redirect_html.py "${ASF_NIGHTLIES}/hbase/${JOB_NAME}/${BUILD_NUMBER}" > test_logs.html
'''
archiveArtifacts artifacts: 'includes.txt,test_logs.txt,target/machine/*'
archiveArtifacts artifacts: 'includes.txt,test_logs.html,target/machine/*'
}
}
}