Skip to content

Commit 1d9c074

Browse files
matthewhillierReidWeb
authored andcommitted
Updated Jenkinsfile to reflect addition of the verify goal and realted reports from failsafe.
1 parent eda7c12 commit 1d9c074

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ try {
2828
stage ('Test') {
2929
try {
3030
sh 'cp ~/xivstatsFiles/config.xml .'
31-
sh 'mvn test'
31+
sh 'mvn verify'
3232
}
3333
finally {
3434
sh 'rm config.xml'
3535
sh 'pip install --user codecov'
3636
sh 'codecov --token=96498141-ca0d-4144-af53-c04b593115ef'
37-
step([$class: 'JUnitResultArchiver', testResults: 'target/surefire-reports/*.xml'])
37+
step([$class: 'JUnitResultArchiver', testResults: 'target/*-reports/*.xml'])
3838
}
3939
}
4040

0 commit comments

Comments
 (0)