jenkinsfile edited

This commit is contained in:
patrycjalazna 2021-03-28 15:07:45 +02:00
parent 4c80cc0902
commit 65e9e39a08

4
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline { pipeline {
agent any agent any
parameters {[ parameters {
string ( string (
defaultValue: '500', defaultValue: '500',
description: 'Liczba wierszy do odcięcia od datasetu', description: 'Liczba wierszy do odcięcia od datasetu',
@ -18,7 +18,7 @@ pipeline {
defaultValue: '', defaultValue: '',
description: 'Kaggle token', description: 'Kaggle token',
name: 'KAGGLE_KEY' name: 'KAGGLE_KEY'
)] )
} }
stages { stages {