without flag t
This commit is contained in:
parent
2c738766ff
commit
7afb3efe31
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -21,11 +21,10 @@ 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 {
|
||||||
stage("Check out from version control") {
|
stage("Check out from version control") {
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
dockerfile {
|
dockerfile true
|
||||||
additionalBuildArgs "-t ium"
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
parameters{
|
parameters{
|
||||||
buildSelector(
|
buildSelector(
|
||||||
defaultSelector: lastSuccessful(),
|
defaultSelector: lastSuccessful(),
|
||||||
|
Loading…
Reference in New Issue
Block a user