Added new jenkinsfile and kuggle download script
This commit is contained in:
parent
1abd793e3c
commit
389af9efed
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -5,14 +5,14 @@ pipeline {
|
||||
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')
|
||||
string(name: 'KAGGLE_USERNAME', defaultValue: '', description: 'Kaggle username')
|
||||
string(name: 'KAGGLE_USERNAME', defaultValue: '', description: 'Kaggle username')
|
||||
password(name: 'KAGGLE_KEY', defaultValue: '', description: 'Kaggle API key')
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Clone Repository') {
|
||||
steps {
|
||||
git url: "${params.REPO_URL}"
|
||||
git url: "https://git.wmi.amu.edu.pl/s464979/ium_464979.git"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user