Jenkins 2 fix

This commit is contained in:
Andrzej Preibisz 2022-04-03 20:56:02 +02:00
parent cac05bf54e
commit b64685b81d

View File

@ -1,5 +1,9 @@
pipeline {
agent any
agent {
docker {
image 's444465/ium:v1'
}
}
parameters {
buildSelector(
defaultSelector: lastSuccessful(),