docker task 2 try_6
This commit is contained in:
parent
82f0abf86a
commit
b2abded930
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user