Add kaggle env support for stats
This commit is contained in:
parent
49e7eb6c25
commit
53d6148dd9
@ -8,12 +8,15 @@ pipeline {
|
||||
stages {
|
||||
stage("Clone repo & print stats"){
|
||||
steps {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
sh "python3 script.py"
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434704-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
sh "chmod 777 ./count_files_lines.sh"
|
||||
sh "./count_files_lines.sh"
|
||||
archiveArtifacts "stats.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user