Update Jenkinsfile

This commit is contained in:
senatorovv 2023-07-12 11:37:41 +04:00 committed by GitHub
parent 51792db927
commit c7e6f68ec4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

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