1
0
Fork 0

added junit

This commit is contained in:
Christian Kühnel 2019-12-19 09:12:38 +00:00
parent 4028d1eef2
commit cc02e04835

View file

@ -60,6 +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'
}
}
}