mirror of https://github.com/apache/activemq.git
Use -fae for test execution on Jenkins
This commit is contained in:
parent
4fd439e91d
commit
36f5592348
|
@ -81,7 +81,7 @@ pipeline {
|
|||
echo 'Running tests'
|
||||
// all tests is very very long (10 hours on Apache Jenkins)
|
||||
// sh 'mvn -B -e test -pl activemq-unit-tests -Dactivemq.tests=all'
|
||||
sh 'mvn -B -e test'
|
||||
sh 'mvn -B -e -fae test'
|
||||
}
|
||||
post {
|
||||
always {
|
||||
|
|
Loading…
Reference in New Issue