fix error and add docker in stats
This commit is contained in:
parent
6cadf46224
commit
ce1db12350
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -31,7 +31,7 @@ pipeline {
|
||||
)
|
||||
}
|
||||
}
|
||||
stage('Download data') {
|
||||
stage('Script') {
|
||||
steps {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
|
@ -1,5 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
docker { image 'paweldopierala/ium:latest' }
|
||||
}
|
||||
|
||||
parameters{
|
||||
buildSelector(
|
||||
|
Loading…
Reference in New Issue
Block a user