Update for Zadanie 6.2 - create_dataset
This commit is contained in:
parent
952ab2ef08
commit
8567bb4c61
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -7,14 +7,14 @@ pipeline {
|
|||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||||
sh 'chmod +x run.sh'
|
sh 'chmod +x run.sh'
|
||||||
sh './run.sh > netflix_stats.txt'
|
sh './run.sh'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Archive artifacts') {
|
stage('Archive artifacts') {
|
||||||
steps{
|
steps{
|
||||||
archiveArtifacts artifacts: 'netflix_stats.txt'
|
archiveArtifacts artifacts: 'movies_*.csv'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1
run.sh
1
run.sh
@ -1,4 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
kaggle kernels output 'eugenioscionti/scraping-rotten-tomatoes-to-enrich-netflix-dataset'
|
kaggle kernels output 'eugenioscionti/scraping-rotten-tomatoes-to-enrich-netflix-dataset'
|
||||||
python3 ium_zadanie1.py
|
python3 ium_zadanie1.py
|
||||||
python3 ium_zadanie5.py
|
|
||||||
|
Loading…
Reference in New Issue
Block a user