Added new jenkinsfile and kuggle download script
This commit is contained in:
parent
df30754640
commit
b7a3929590
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -2,8 +2,8 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
string(name: 'KAGGLE_DATASET_ID', defaultValue: '', description: 'Kaggle dataset'),
|
string(name: 'KAGGLE_DATASET_ID', defaultValue: '', description: 'Kaggle dataset')
|
||||||
string(name: 'REPO_URL', defaultValue: '', description: 'Git Url'),
|
string(name: 'REPO_URL', defaultValue: '', description: 'Git Url')
|
||||||
string(name: 'CUTOFF', defaultValue: '10000', description: 'Liczba wierszy do obcięcia ze zbioru danych')
|
string(name: 'CUTOFF', defaultValue: '10000', description: 'Liczba wierszy do obcięcia ze zbioru danych')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user