Skip to content

Commit a17f649

Browse files
authored
Update Jenkinsfile-input
1 parent 15087e6 commit a17f649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile-input

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pipeline {
4646
stage('multi-param'){
4747
steps{
4848
script{
49-
result = input message: 'Please input the git branch name!', ok: 'Confirm',
49+
result = input message: 'Please input the git branch name with debug info!', ok: 'Confirm',
5050
parameters: [string(defaultValue: 'master',
5151
description: 'The branch name of git repo', name: 'branchName', trim: true),
5252
string(defaultValue: 'debug info',

0 commit comments

Comments
 (0)