Update Jenkinsfile

This commit is contained in:
s464903 2024-03-20 12:56:01 +01:00
parent 6a5a7723dc
commit 03f5fa6749

2
Jenkinsfile vendored
View File

@ -4,6 +4,7 @@ pipeline {
stages {
stage('Preparation') {
steps {
script {
parameters([
string(
defaultValue: 'jakubbg',
@ -19,6 +20,7 @@ pipeline {
])
}
}
}
stage('Build') {
steps {
// Run the maven build