fixed link to results
This commit is contained in:
parent
5eb652acef
commit
d4de1f60d5
1 changed files with 1 additions and 1 deletions
2
Jenkins/master-linux-pipeline/Jenkinsfile
vendored
2
Jenkins/master-linux-pipeline/Jenkinsfile
vendored
|
@ -55,7 +55,7 @@ pipeline {
|
|||
}
|
||||
post {
|
||||
always {
|
||||
echo "Console log is available at https://results.new.llvm-merge-guard.org/${BUILD_ID}"
|
||||
echo "Console log is available at https://results.llvm-merge-guard.org/${BUILD_ID}"
|
||||
dir("${env.TARGET_DIR}") {
|
||||
// copy console log to result folder
|
||||
sh "wget -qO console-log.txt http://jenkins-ui.jenkins.svc.cluster.local:8080/job/${JOB_BASE_NAME}/${BUILD_NUMBER}/consoleText"
|
||||
|
|
Loading…
Reference in a new issue