Update Jenkinsfile

This commit is contained in:
s464903 2024-03-20 12:51:14 +01:00
parent f4f9c38fcc
commit 6a5a7723dc

2
Jenkinsfile vendored
View File

@ -4,7 +4,6 @@ pipeline {
stages { stages {
stage('Preparation') { stage('Preparation') {
steps { steps {
properties([
parameters([ parameters([
string( string(
defaultValue: 'jakubbg', defaultValue: 'jakubbg',
@ -18,7 +17,6 @@ pipeline {
name: 'KAGGLE_KEY' name: 'KAGGLE_KEY'
) )
]) ])
])
} }
} }
stage('Build') { stage('Build') {