added junit
This commit is contained in:
parent
4028d1eef2
commit
cc02e04835
1 changed files with 66 additions and 65 deletions
1
Jenkins/master-linux-pipeline/Jenkinsfile
vendored
1
Jenkins/master-linux-pipeline/Jenkinsfile
vendored
|
@ -60,6 +60,7 @@ pipeline {
|
||||||
// copy console log to result folder
|
// 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"
|
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
|
// TODO: move all file copy operations here
|
||||||
|
junit 'build/*.xml'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue