without flag t
This commit is contained in:
parent
2c738766ff
commit
7afb3efe31
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -21,10 +21,9 @@ pipeline {
|
||||
KAGGLE_KEY="$params.KAGGLE_KEY"
|
||||
CUTOFF="$params.CUTOFF"
|
||||
}
|
||||
agent {
|
||||
dockerfile {
|
||||
additionalBuildArgs "-t ium"
|
||||
}
|
||||
agent
|
||||
{
|
||||
dockerfile true
|
||||
}
|
||||
|
||||
stages {
|
||||
|
@ -1,8 +1,6 @@
|
||||
pipeline {
|
||||
agent {
|
||||
dockerfile {
|
||||
additionalBuildArgs "-t ium"
|
||||
}
|
||||
dockerfile true
|
||||
}
|
||||
parameters{
|
||||
buildSelector(
|
||||
|
Loading…
Reference in New Issue
Block a user