Update Jenkinsfile

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

15
Jenkinsfile vendored
View File

@ -1,11 +1,9 @@
pipeline {
agent any
stages {
stage('Preparation') {
steps {
script {
parameters([
options {
properties([
parameters([
string(
defaultValue: 'jakubbg',
description: 'Kaggle username',
@ -18,9 +16,10 @@ pipeline {
name: 'KAGGLE_KEY'
)
])
}
}
}
])
}
stages {
stage('Build') {
steps {
// Run the maven build