Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[INFRA-1404] Use junit-attachments & junit-realtime-test-reporter plu…
…gins.
  • Loading branch information
jglick committed Nov 15, 2017
1 parent 3d1b849 commit 28a2eac
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Jenkinsfile
Expand Up @@ -12,16 +12,13 @@ pipeline {
stages {
stage('Run ATH') {
steps {
sh '''
eval $(./vnc.sh)
./run.sh firefox latest -Dmaven.test.failure.ignore=true -DforkCount=1 -B
realtimeJUnit(testResults: 'target/surefire-reports/TEST-*.xml', testDataPublishers: [[$class: 'AttachmentPublisher']]) {
sh '''
eval $(./vnc.sh)
./run.sh firefox latest -Dmaven.test.failure.ignore=true -DforkCount=1 -B
'''
}
}
}
}
post {
always {
junit 'target/surefire-reports/TEST-*.xml'
}
}
}

0 comments on commit 28a2eac

Please sign in to comment.