Update Jenkinsfile

This commit is contained in:
A-hash-bit 2022-08-11 14:11:34 +05:30 committed by GitHub
parent 8ea3b2c15a
commit c6bbf39e91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -20,7 +20,7 @@ pipeline{
stage("Build"){ stage("Build"){
steps{ steps{
sh "mvn package" sh "mvn clean package"
} }
} }
stage('Docker Build') { stage('Docker Build') {