Skip to content

Commit

Permalink
Issue #SB-000 fix: Include unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinaya Kumar B committed Dec 29, 2018
1 parent e50071e commit d2cd246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ node('build-slave') {

stage('Unit Tests') {

sh "sudo mvn test '-Dtest=!%regex[io.opensaber.registry.client.*]' -DfailIfNoTests=false"

}

Expand Down

0 comments on commit d2cd246

Please sign in to comment.