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