fix param description
This commit is contained in:
parent
6f312acdc4
commit
48889c60b0
|
@ -127,7 +127,7 @@ pipeline {
|
|||
|
||||
booleanParam(name: 'ContinuousDeployment',
|
||||
defaultValue: false,
|
||||
description: 'If true, the gCubeDeployer pipeline is triggered')
|
||||
description: 'If true, the gCubeDeployer pipeline will be triggered')
|
||||
}
|
||||
|
||||
//see https://jenkins.io/doc/book/pipeline/syntax/#stages
|
||||
|
|
Loading…
Reference in New Issue