агент
Some checks failed
Hedgehog_server/ServerMonitorBot/pipeline/head There was a failure building this commit

This commit is contained in:
2023-11-19 22:03:19 +03:00
parent 0f9721f562
commit dc07591612

2
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
pipeline { pipeline {
agent { agent {
docker { docker {
image 'maven:3.9.5-eclipse-temurin-17-alpine' image 'maven'
args '-v /root/.m2:/root/.m2' args '-v /root/.m2:/root/.m2'
} }
} }