Update Jenkinsfile

This commit is contained in:
gjraju1304 2023-12-10 11:36:46 +05:30 committed by GitHub
parent eacd09a377
commit 9f6fb76114
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -7,10 +7,10 @@ pipeline {
} }
} }
stage ('Build') { stage ('Build') {
steps { tools {
tools {
maven 'Maven-3.9.5' maven 'Maven-3.9.5'
} }
steps {
sh "mvn clean install" sh "mvn clean install"
} }
} }