Zaktualizuj 'OLD'
This commit is contained in:
parent
f2d0faebf0
commit
522eda2f7a
4
OLD
4
OLD
@ -13,7 +13,7 @@ pipeline {
|
||||
name: 'KAGGLE_KEY'
|
||||
)
|
||||
string(
|
||||
defaultValue: '1',
|
||||
defaultValue: '',
|
||||
description: 'Cutoff lines',
|
||||
name: 'CUTOFF'
|
||||
)
|
||||
@ -40,7 +40,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
sh 'echo Downloading dataset'
|
||||
sh './download_new.sh'
|
||||
sh './download.sh'
|
||||
archiveArtifacts artifacts: 'imdb_top_1000_dev.csv, imdb_top_1000_test.csv, imdb_top_1000_train.csv', followSymlinks: false
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user