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