modify Jenkinsfile

This commit is contained in:
Stanislav Bezuhlyi 2021-03-31 21:44:28 +03:00
parent 4d8ec3d197
commit 5349878317

7
Jenkinsfile vendored
View file

@ -1,5 +1,10 @@
pipeline {
agent any
agent {
docker {
image 'maven:3-alpine'
args '-v /root/.m2:/root/.m2'
}
}
tools {
maven 'Maven 3.3.9'
jdk 'jdk8'