Update Jenkinsfile

This commit is contained in:
s464903 2024-03-20 12:49:31 +01:00
parent 26885861e1
commit f4f9c38fcc

2
Jenkinsfile vendored
View File

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