diff --git a/Jenkinsfile b/Jenkinsfile index 788725c..efb7012 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { } stage('[Neutral] - Deploy') { steps { - def userInput = input( + userInput = input( id: 'userInput', message: 'Enter path of test reports:?', parameters: [ [$class: 'TextParameterDefinition', defaultValue: 'None', description: 'Path of config file', name: 'Config'],