Test Neutral Pipeline #4
Some checks failed
Neutral/pipeline/head There was a failure building this commit

This commit is contained in:
CICD - Pipeline 2023-03-19 17:55:55 +01:00
parent b2e1a45f41
commit 0c53081237

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline {
} }
stage('[Neutral] - Deploy') { stage('[Neutral] - Deploy') {
steps { steps {
def userInput = input( userInput = input(
id: 'userInput', message: 'Enter path of test reports:?', id: 'userInput', message: 'Enter path of test reports:?',
parameters: [ parameters: [
[$class: 'TextParameterDefinition', defaultValue: 'None', description: 'Path of config file', name: 'Config'], [$class: 'TextParameterDefinition', defaultValue: 'None', description: 'Path of config file', name: 'Config'],