Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
8586c4ec46
commit
cf7e98127c
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,9 +1,8 @@
|
||||
pipeline {
|
||||
agent {
|
||||
dockerfile {
|
||||
additionalBuildArgs "--build-arg KAGGLE_USERNAME=${params.KAGGLE_USERNAME} --build-arg CUTOFF=${params.CUTOFF} -t kgirejko"
|
||||
}
|
||||
}
|
||||
docker { image 'korneliag/ium478815:1.0' }
|
||||
}
|
||||
|
||||
parameters {
|
||||
string(
|
||||
defaultValue: 'kgirejko',
|
||||
|
Loading…
Reference in New Issue
Block a user