Update Jenkinsfile

This commit is contained in:
A-hash-bit 2022-07-26 17:24:27 +05:30 committed by GitHub
parent 46f61696e0
commit aa67a59ddf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
Jenkinsfile vendored
View file

@ -2,11 +2,7 @@ pipeline {
agent none agent none
stages { stages {
stage('Maven Install') { stage('Maven Install') {
agent {
docker {
image 'maven:3.5.0'
}
}
steps { steps {
sh 'sudo mvn clean install' sh 'sudo mvn clean install'
} }