агент
parent
02a56ee434
commit
7838e60a82
|
@ -1,10 +1,9 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'maven'
|
image 'openjdk:11.0.5-slim'
|
||||||
args '-v /root/.m2:/root/.m2'
|
args '-v $HOME/.m2:/root/.m2'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
|
Loading…
Reference in New Issue