-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Minor
-
Component/s: custom-war-packager
-
None
-
Environment:cwp 2.0-alpha3
It is currently impossible to specify most of the buildProperties through the yaml.
Â
Reproduction
***Â Create an empty bom.yml and the following packager config:
Â
bundle: title: "Demo Runner" buildSettings: bom: "bom.yml"
- Run the cwp with this configuration and observe:
Exception in thread "main" java.io.IOException: Neither Jenkins core nor Jenkins war have been defined by configuration file or BOM/POM
Â
Workaround
Pass the properties (eg BOM) in the cli arguments
Â
Â
- links to