fix error and add docker in stats

This commit is contained in:
PawelDopierala 2024-04-02 21:02:03 +02:00
parent 6cadf46224
commit ce1db12350
2 changed files with 4 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -31,7 +31,7 @@ pipeline {
)
}
}
stage('Download data') {
stage('Script') {
steps {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {

View File

@ -1,5 +1,7 @@
pipeline {
agent any
agent {
docker { image 'paweldopierala/ium:latest' }
}
parameters{
buildSelector(