change account
This commit is contained in:
parent
acf5d20808
commit
d7cd7b436b
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -3,7 +3,7 @@ node {
|
|||||||
properties([
|
properties([
|
||||||
parameters([
|
parameters([
|
||||||
string(
|
string(
|
||||||
defaultValue: 'jaszwajcar',
|
defaultValue: 'damianrys',
|
||||||
description: 'Kaggle username',
|
description: 'Kaggle username',
|
||||||
name: 'KAGGLE_USERNAME',
|
name: 'KAGGLE_USERNAME',
|
||||||
trim: false
|
trim: false
|
||||||
@ -26,7 +26,6 @@ node {
|
|||||||
sh 'chmod u+x download_dataset.sh'
|
sh 'chmod u+x download_dataset.sh'
|
||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||||
sh 'kaggle datasets list'
|
|
||||||
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
||||||
sh './download_dataset.sh'
|
sh './download_dataset.sh'
|
||||||
archiveArtifacts artifacts: 'baltimore_train.csv, baltimore_test.csv, baltimore_dev.csv'
|
archiveArtifacts artifacts: 'baltimore_train.csv, baltimore_test.csv, baltimore_dev.csv'
|
||||||
|
Loading…
Reference in New Issue
Block a user