From 0c530812375cb239d644b35767e2a69f51f777c9 Mon Sep 17 00:00:00 2001 From: Raphix Date: Sun, 19 Mar 2023 17:55:55 +0100 Subject: [PATCH] Test Neutral Pipeline #4 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],