Zaktualizuj 'OLD'

This commit is contained in:
Szymon Parafiński 2022-03-27 23:41:28 +02:00
parent f2d0faebf0
commit 522eda2f7a

4
OLD
View File

@ -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
}
}