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}",
|
||||
"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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user