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 {
|
pipeline {
|
||||||
agent {
|
|
||||||
docker { image 'ium' }
|
|
||||||
}
|
|
||||||
parameters{
|
parameters{
|
||||||
password(
|
password(
|
||||||
defaultValue: '',
|
defaultValue: '',
|
||||||
@ -25,6 +22,9 @@ pipeline {
|
|||||||
CUTOFF="$params.CUTOFF"
|
CUTOFF="$params.CUTOFF"
|
||||||
}
|
}
|
||||||
agent {
|
agent {
|
||||||
|
docker {
|
||||||
|
image 'ium'
|
||||||
|
}
|
||||||
dockerfile {
|
dockerfile {
|
||||||
additionalBuildArgs "-t ium"
|
additionalBuildArgs "-t ium"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user