all stages

This commit is contained in:
khalilalturk 2020-03-15 20:21:52 -04:00
parent 78e9e90dc6
commit c30611ca16

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'mvn clean' sh './mvnw package'
} }
} }
stage('Test') { stage('Test') {