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
options {
properties([
parameters([
string(
defaultValue: 'jakubbg',
@ -16,7 +15,6 @@ pipeline {
name: 'KAGGLE_KEY'
)
])
])
}
stages {