Update Jenkinsfile

This commit is contained in:
A-hash-bit 2022-08-10 11:59:56 +05:30 committed by GitHub
parent 0ddf664344
commit bb0fe2eb1f
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 install"
} }
} }
stage('Docker Build') { stage('Docker Build') {