About help regarding "HTTP-REQUEST" plugin

I am trying for GSoC 25 & I feel “Swagger / OpenAPI standardization for Jenkins REST API” as quite interesting for me but it is not allowed to contribute in it until allowed to for upcoming gsoc. I seems a plugin “http-request” which seems similar to it & want to contribute in it but I am stuck in initial steps as mentioned below, Can anybody help ?

  • I created a simple pipeline to test the issue in https://issues.jenkins.io/browse/JENKINS-68154
  • I build it through mvn hpi:run but it gives console log without considering the pipeline
  • When I tried with my local jenkins controller with sudo systemctl start jenkins it works as expected and print the Response for all builds.
    • My doubt is, what is issue with my “mvn hpi:run” jenkins controller, Am I doing in wrong way ? Please, Can anybody help ?

I guess you need some more plugins. The project itself only depends on the bare minimum to compile and test it.
Your sample requires declarative pipeline which is not included by default. So install the pipeline aggregator plugin that will make install all relevant plugin

Thank You sir, it worked !!!