Skip to content

Commit

Permalink
Updated Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
scampuza committed Jul 5, 2017
1 parent eb0ea61 commit 309819d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@ pipeline {
mvn package'''
}
}
stage('Test') {
steps {
sh 'mvn test'
}
}
}
}

0 comments on commit 309819d

Please sign in to comment.