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