Dockerfile

This commit is contained in:
Mateusz 2024-04-01 16:56:25 +02:00
parent ee6f594ac1
commit b44e8bafdd

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
steps {
withEnv (["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
sh 'chmod +x create-dataset.py'
sh 'python3 ./create-dataset.py $KAGGLE_USERNAME $KAGGLE_KEY'
sh 'python3 ./create-dataset.py $KAGGLE_KEY'
}
}
}