1
0
Fork 0

fixed env variables

This commit is contained in:
Christian Kühnel 2019-10-23 11:00:13 -07:00
parent 584d904bca
commit ca8356d49f

View file

@ -59,7 +59,7 @@ pipeline {
echo 'Console log is available at https://results.new.llvm-mgerge-guards/${env.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/${env.JOB_BASE_NAME}/${env.BUILD_NUMBER}/consoleText'
sh 'wget -qO console-log.txt http://jenkins-ui.jenkins.svc.cluster.local:8080/job/${JOB_BASE_NAME}/${BUILD_NUMBER}/consoleText'
}
}
}