агент

devops
L_DelOff 2023-11-19 17:32:19 +03:00
parent 5920067b02
commit f011205a22
1 changed files with 6 additions and 1 deletions

7
Jenkinsfile vendored
View File

@ -1,5 +1,10 @@
pipeline {
agent any
agent {
docker {
image 'maven:3.9.5-eclipse-temurin-17-alpine'
args '-v /root/.m2:/root/.m2'
}
}
stages {
stage('Message') {
steps {