Added new jenkinsfile and kuggle download script

This commit is contained in:
AWieczarek 2024-03-24 14:56:25 +01:00
parent b7a3929590
commit 3277ba361b
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -5,6 +5,8 @@ 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')
password(name: 'KAGGLE_KEY', defaultValue: '', description: 'Kaggle API key')
}
stages {