change in agent docker ium flag t
This commit is contained in:
parent
c1d9cdb0d1
commit
e72066aeef
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,7 +1,4 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker { image 'ium' }
|
||||
}
|
||||
parameters{
|
||||
password(
|
||||
defaultValue: '',
|
||||
@ -25,6 +22,9 @@ pipeline {
|
||||
CUTOFF="$params.CUTOFF"
|
||||
}
|
||||
agent {
|
||||
docker {
|
||||
image 'ium'
|
||||
}
|
||||
dockerfile {
|
||||
additionalBuildArgs "-t ium"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user