changed jenkinsfile

This commit is contained in:
Daniel Porzucek 2024-03-20 14:53:32 +01:00
parent 1ab5347d39
commit ccb30334fa

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent any
parameters {
string(
string (
defaultValue: 'worldwidepaniel',
description: 'Kaggle username',
name: 'KAGGLE_USERNAME',