modify Jenkinsfile

This commit is contained in:
Stanislav Bezuhlyi 2021-03-31 21:45:30 +03:00
parent 5349878317
commit 1e0f525cc0

4
Jenkinsfile vendored
View file

@ -5,10 +5,6 @@ pipeline {
args '-v /root/.m2:/root/.m2'
}
}
tools {
maven 'Maven 3.3.9'
jdk 'jdk8'
}
stages {
stage('Checkout SCM') {