Update Jenkinsfile

This commit is contained in:
KevinHTrinh 2020-03-16 00:58:57 -04:00 committed by GitHub
parent 58e8a1a3c5
commit fa7654b9b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -6,7 +6,6 @@ pipeline {
sh './mvnw package'
}
}
}
stage('Test') {
steps {
sh 'mvn test'
@ -25,4 +24,5 @@ pipeline {
}
}
}
}
}