Update Jenkinsfile

This commit is contained in:
A-hash-bit 2022-07-26 15:11:38 +05:30 committed by GitHub
parent 316ad5efe0
commit 46f61696e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -8,7 +8,7 @@ pipeline {
}
}
steps {
sh 'mvn clean install'
sh 'sudo mvn clean install'
}
}
}