update jenkinsfile2
This commit is contained in:
parent
0333de7e48
commit
5da0d55253
@ -1,6 +1,9 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker { image 'maciejczajka/ium:v3' }
|
||||
docker {
|
||||
image 'maciejczajka/ium:v3'
|
||||
args '-it --entrypoint=/bin/bash'
|
||||
}
|
||||
}
|
||||
parameters{
|
||||
buildSelector(
|
||||
|
Loading…
Reference in New Issue
Block a user