Update Jenkinsfile
This commit is contained in:
parent
dac50e8ffc
commit
ed8c85b659
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -3,7 +3,7 @@ pipeline {
|
|||||||
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
|
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
|
||||||
parameters {
|
parameters {
|
||||||
string (
|
string (
|
||||||
defaultValue: 'Hello World!!!',
|
defaultValue: 'Hello UPDATED World!',
|
||||||
description: 'Tekst, którym chcesz przywitać świat',
|
description: 'Tekst, którym chcesz przywitać świat',
|
||||||
name: 'INPUT_TEXT',
|
name: 'INPUT_TEXT',
|
||||||
trim: false
|
trim: false
|
||||||
|
Loading…
Reference in New Issue
Block a user