Skip to content

Commit

Permalink
Aggiunta pubblicazione dei risultati dei test
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Aug 30, 2019
1 parent a5356e9 commit 41239e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,16 @@ echo "Startup wildfly"
sh /etc/govpay/check-govpay-services.sh'''
}
}
stage('integration-test') {
stage('test') {
steps {
sh '''cd ./integration-test
/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.1/bin/mvn clean test'''
}
}
}
post {
always {
junit 'integration-test/target/surefire-reports/*.xml'
}
}
}

0 comments on commit 41239e9

Please sign in to comment.