Update Jenkinsfile

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

5
Jenkinsfile vendored
View file

@ -17,10 +17,5 @@ pipeline {
sh 'mvn package'
}
}
stage('Deploy') {
steps {
sh 'mvn deploy'
}
}
}
}