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 { stages {
stage('Preparation') { stage('Preparation') {
steps { steps {
script {
parameters([ parameters([
string( string(
defaultValue: 'jakubbg', defaultValue: 'jakubbg',
@ -18,6 +19,7 @@ pipeline {
) )
]) ])
} }
}
} }
stage('Build') { stage('Build') {
steps { steps {