Fixed jenkins file
This commit is contained in:
parent
425a774340
commit
c0ab048eb0
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user