Dockerfile

This commit is contained in:
Mateusz 2024-04-01 16:31:00 +02:00
parent bc140b0b16
commit 008914fd4f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -19,7 +19,7 @@ pipeline {
stage('Run create-dataset script') {
steps {
withEnv (["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
sh 'rm -rf .kaggle'
sh 'sudo rm -rf .kaggle'
sh 'ls -al'
sh 'chmod +x create-dataset.py'
sh 'python3 ./create-dataset.py'