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

2
Jenkinsfile vendored
View file

@ -4,6 +4,8 @@ pipeline {
maven "maven3"
}
stages {
stage('Maven Install') {
steps {
sh 'mvn clean install'