Re: Declarative pipeline: "Data generation failure: null" in input step

2017-08-16 Thread Sascha Schwarz
On Wednesday, 16 August 2017 12:36:05 UTC+2, Victor Martinez wrote: > > Hey, > > It seems you are missing the displayVersion and valueExpression attributes. > Thank you! :) It seems that the displayVersion Parameter must not be null. :/ Thanks again Sascha -- You received this message because

Re: Declarative pipeline: "Data generation failure: null" in input step

2017-08-16 Thread Victor Martinez
Hey, It seems you are missing the displayVersion and valueExpression attributes. The below snippet works, ... input id: 'userInput', message: 'Text goes here', parameters: [[ $class: 'DropdownAutocompleteParameterDefinition', name: 'MyName', dataProvider:

Declarative pipeline: "Data generation failure: null" in input step

2017-08-16 Thread Sascha Schwarz
Hi! The following Code just produces an empty dropdown list and an error message: Data generation failure: null pipeline { options { buildDiscarder(logRotator(numToKeepStr: '3', artifactNumToKeepStr: '3')) } agent none stages { stage('input') { steps {