-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
Apologies if not the right place.
The jenkins/jenkins:2.332.1-lts-alpine is missing the REST API for linting documented here: https://www.jenkins.io/doc/book/pipeline/development/. I reverted back to jenkins/jenkins:2.319.3-lts-alpine, but I couldn't find anything in the docs or release notes to document this.
- Deploy a Docker image with jenkins/jenkins:2.332.1-lts-alpine as its base image
- Follow the 'Linting via HTTP POST using curl' section https://www.jenkins.io/doc/book/pipeline/development/ or simply navigate to http://localhost:8080/pipeline-model-converter/validate via a browser
- You should receive a HTTP ERROR 404 Not Found error
I can send the plugins I have enabled or any other information as required.