Fixed jenkins file

This commit is contained in:
Jan Nowak 2021-03-28 22:08:04 +02:00
parent 425a774340
commit c0ab048eb0

4
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
pipeline {
agent any
parameters([
parameters {
string(
defaultValue: '0',
description: 'Umożliwia zdefiniowanie wielkości odcięcia zbioru danych.',
@ -18,7 +18,7 @@ pipeline {
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
name: 'KAGGLE_KEY'
)
])
}
stages {
stage('checkout') {
steps {