pipeline input step throws error when reply of input/ApproveDeployment/proceedEmpty

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Calling cancel on job step waiting on input terminates normally, both curl POST or hubot http.post

      Calling proceedEmpty fails with exception: input/ApproveDeployment/proceedEmpty.
      jenkinsfile has:

      timeout(time: 7, unit: 'DAYS'){
      input id: 'ApproveDeployment', message: 'Waiting for response. Deploy to environment or cancel / abort'
      }

      Using curl POST or hubot POST both fail with the servlet exception.

      Stack trace

      javax.servlet.ServletException: java.lang.IndexOutOfBoundsException
      at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796)
      at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876
      ...

      Even if data is added to the post it continues to fail.

            Assignee:
            Sergei Egorov
            Reporter:
            David Walter
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: