Update Jenkinsfile

This commit is contained in:
A-hash-bit 2022-08-10 13:30:46 +05:30 committed by GitHub
parent bb0fe2eb1f
commit c3200387f8
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 clean install" sh "mvn package"
} }
} }
stage('Docker Build') { stage('Docker Build') {