Added junit result publishing.
This commit is contained in:
parent
33dac7a872
commit
45093faf4e
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -20,6 +20,7 @@ pipeline{
|
||||
nodejs('NodeJS (17.4.0)') {
|
||||
sh "npm run test"
|
||||
}
|
||||
junit 'junit/*.xml'
|
||||
}
|
||||
}
|
||||
stage("archive product") {
|
||||
|
Loading…
Reference in New Issue
Block a user