Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-43870

2.6: NoSuchMethodError: org.jenkinsci.plugins.workflow.support.steps.input.InputStepExecution.proceed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • jenkins: 2.46.1
      pipeline-input-step: 2.6

      This worked in 2.5, looks new in 2.6?
      timeout(time: 1, unit: 'HOURS') {
      dataset = input([message: 'Select thing', parameters: [[$class: 'ChoiceParameterDefinition', choices: thingArrayString, description: 'Select thing', name: 'thing']]])
      }
       
      with 2.6 proceed fails with:
      Caused by: java.lang.NoSuchMethodError: org.jenkinsci.plugins.workflow.support.steps.input.InputStepExecution.proceed(Ljava/lang/Object;)Lorg/kohsuke/stapler/HttpResponse;
      at io.jenkins.blueocean.rest.impl.pipeline.PipelineStepImpl.submitInputStep(PipelineStepImpl.java:200)
      at java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)

            Unassigned Unassigned
            mkj Michal Matyjek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: