Update Jenkinsfile

This commit is contained in:
A-hash-bit 2022-08-08 17:04:00 +05:30 committed by GitHub
parent 69555e3587
commit 05c8a453ea
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"){ stage("Build"){
steps{ steps{
sh "mvn mvn package" sh "mvn package"
} }
} }