Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
Description
Currently Jenkins X Serverless does not have automatic update for Custom WAR Packager definitions. There are 2 options we could use:
- Option 1: Use pom.xml as plugin list input, it's already supported by Custom War Packager.
- In such case we also get upper bounds dependency checks for plugins OOTB, so that the build fails on conflicting dependencies even before starting the build
- Problem: Dependabot does not seem to scan Jenkins Maven repositories. Could it be tweaked somehow
- Option 2: Implement dependabot plugin for BOM.yml (Jenkins JEP-309)
Attachments
Issue Links
- relates to
-
JENKINS-54316 Incrementals Tool: Update plugins defined in package-config.yml of CWP
-
- Open
-
I like the option 1 BTW. Not sure what needs to be done in Jenkins X dependabot to enable it