without flag t

This commit is contained in:
Adrian Charkiewicz 2022-04-09 18:36:43 +02:00
parent 2c738766ff
commit 7afb3efe31
2 changed files with 7 additions and 10 deletions

7
Jenkinsfile vendored
View File

@ -21,10 +21,9 @@ pipeline {
KAGGLE_KEY="$params.KAGGLE_KEY" KAGGLE_KEY="$params.KAGGLE_KEY"
CUTOFF="$params.CUTOFF" CUTOFF="$params.CUTOFF"
} }
agent { agent
dockerfile { {
additionalBuildArgs "-t ium" dockerfile true
}
} }
stages { stages {

View File

@ -1,8 +1,6 @@
pipeline { pipeline {
agent { agent {
dockerfile { dockerfile true
additionalBuildArgs "-t ium"
}
} }
parameters{ parameters{
buildSelector( buildSelector(