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:
parent
0d8e5e5219
commit
ffc154ff83
|
@ -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/*'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue