Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
28aedb300f
commit
57a81f1fc3
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -13,7 +13,7 @@ pipeline {
|
||||
name: 'KAGGLE_KEY'
|
||||
)
|
||||
string(
|
||||
defaultValue: '1',
|
||||
defaultValue: '',
|
||||
description: 'Cutoff lines',
|
||||
name: 'CUTOFF'
|
||||
)
|
||||
@ -39,9 +39,8 @@ pipeline {
|
||||
sh 'kaggle datasets list'
|
||||
}
|
||||
}
|
||||
sh 'echo Downloading dataset'
|
||||
sh './download_new.sh'
|
||||
archiveArtifacts artifacts: 'imdb_top_1000_dev.csv, imdb_top_1000_test.csv, imdb_top_1000_train.csv', followSymlinks: false
|
||||
sh './download.sh $CUTOFF'
|
||||
archiveArtifacts artifacts: 'all_games.csv.dev, all_games.csv.test, all_games.csv.train', followSymlinks: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user