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