reuse node
Some checks failed
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-03 17:52:09 +02:00
parent 44f327d147
commit fc47013630

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent {
docker {
image 'mikolajk/ium:latest'
reuseNode true
reuseNode false
}
}
parameters{