Update Jenkinsfile

This commit is contained in:
A-hash-bit 2022-07-27 15:34:28 +05:30 committed by GitHub
parent f6b452ac52
commit b52c2b39a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -3,7 +3,9 @@ pipeline {
tools{
maven "maven3"
}
stages {
stages {
stage('Maven Install') {
steps {
sh 'mvn clean install'