Update Jenkinsfile

This commit is contained in:
s464903 2024-03-20 12:58:55 +01:00
parent e765d801e5
commit 57ac1750f9

2
Jenkinsfile vendored
View File

@ -2,7 +2,6 @@ pipeline {
agent any agent any
options { options {
properties([
parameters([ parameters([
string( string(
defaultValue: 'jakubbg', defaultValue: 'jakubbg',
@ -16,7 +15,6 @@ pipeline {
name: 'KAGGLE_KEY' name: 'KAGGLE_KEY'
) )
]) ])
])
} }
stages { stages {