docker task 2 try_6

This commit is contained in:
Kamila 2022-04-03 12:37:05 +02:00
parent 82f0abf86a
commit b2abded930

View File

@ -3,6 +3,11 @@ pipeline {
docker { image 'kambobdocker420/ium:version2.0' }
}
parameters {
buildSelector(
defaultSelector: lastSuccessful(),
description: 'Which build to use for copying artifacts',
name: 'BUILD_SELECTOR'
)
}
stages {