Update Jenkinsfile

This commit is contained in:
A-hash-bit 2022-08-08 17:02:27 +05:30 committed by GitHub
parent 254f9281d7
commit 69555e3587
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -19,7 +19,7 @@ pipeline{
stage("Build"){
steps{
sh "mvn clean install"
sh "mvn mvn package"
}
}