Update Jenkinsfile

This commit is contained in:
KevinHTrinh 2020-03-16 01:18:14 -04:00 committed by GitHub
parent fbb3a89df7
commit 69466280e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'mvn clean compile'
sh 'mvn clean'
}
}
stage('Test') {