Update Jenkinsfile
This commit is contained in:
parent
6a5a7723dc
commit
03f5fa6749
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,6 +4,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Preparation') {
|
stage('Preparation') {
|
||||||
steps {
|
steps {
|
||||||
|
script {
|
||||||
parameters([
|
parameters([
|
||||||
string(
|
string(
|
||||||
defaultValue: 'jakubbg',
|
defaultValue: 'jakubbg',
|
||||||
@ -19,6 +20,7 @@ pipeline {
|
|||||||
])
|
])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
// Run the maven build
|
// Run the maven build
|
||||||
|
Loading…
Reference in New Issue
Block a user