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

This commit is contained in:
2023-11-19 20:45:21 +03:00
parent 9a4652b8f2
commit 0ac12deed3

2
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
pipeline { pipeline {
agent { agent {
docker { docker {
image 'openjdk:11.0.5-slim' image 'maven:3.8-openjdk-18'
args '-v $HOME/.m2:/root/.m2' args '-v $HOME/.m2:/root/.m2'
} }
} }