Update for Zadanie 6.2 - create_dataset

This commit is contained in:
Zofia Galla 2021-05-02 16:42:18 +02:00
parent 952ab2ef08
commit 8567bb4c61
2 changed files with 2 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -7,14 +7,14 @@ pipeline {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
sh 'chmod +x run.sh'
sh './run.sh > netflix_stats.txt'
sh './run.sh'
}
}
}
stage('Archive artifacts') {
steps{
archiveArtifacts artifacts: 'netflix_stats.txt'
archiveArtifacts artifacts: 'movies_*.csv'
}
}
}

1
run.sh
View File

@ -1,4 +1,3 @@
#!/bin/bash
kaggle kernels output 'eugenioscionti/scraping-rotten-tomatoes-to-enrich-netflix-dataset'
python3 ium_zadanie1.py
python3 ium_zadanie5.py