Skip to content

Commit

Permalink
Migrate from EE 8 to EE 9 (fully)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jan 25, 2025
1 parent ff290cf commit 1b4fd6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,17 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3850.vb_c5319efa_e29</version>
<version>4023.va_eeb_b_4e45f07</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
<!-- TODO until in BOM -->
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pipeline-input-step</artifactId>
<!-- TODO https://github.com/jenkinsci/pipeline-input-step-plugin/pull/203 -->
<version>511.v3870e7976f6e</version>
</dependency>
</dependencyManagement>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public void doInputSubmit(@QueryParameter String inputId) throws ServletExceptio

try {
// Pass the request off to the InputStepExecution, allowing it to process input data.
execution.doProceed(Stapler.getCurrentRequest());
execution.doProceed(Stapler.getCurrentRequest2());
} catch (Exception e) {
throw new ServletException("Error processing Input Submit request.", e);
}
Expand Down

0 comments on commit 1b4fd6a

Please sign in to comment.