1
0
Fork 0

disabled test results as it did not work

This commit is contained in:
Christian Kühnel 2019-12-19 09:28:46 +00:00
parent 26c5f05f97
commit 5aaf4587e5

View file

@ -60,7 +60,7 @@ pipeline {
// 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"
// TODO: move all file copy operations here
junit 'build/*.xml'
// junit 'build/*.xml'
}
}
}