Update Jenkinsfile

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

1
Jenkinsfile vendored
View file

@ -3,6 +3,7 @@ pipeline {
agent none agent none
stages { stages {
stage('Maven Install') { stage('Maven Install') {
agent any
steps { steps {
sh 'mvn clean install' sh 'mvn clean install'
} }