Update Jenkinsfile

This commit is contained in:
A-hash-bit 2022-08-08 17:00:11 +05:30 committed by GitHub
parent 54a33a89c1
commit 254f9281d7
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 clean install"
}
}