You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the tool locally against my maven java project it runs fine.
I built a docker image to run the tool against my project in a gitlab pipeline which works fine with gitlab-ci.
I then used the same image in a jenkins pipeline but the tool is spitting out a generic error and failing to generate the report.
The following is the only output generated:
14:24:28 �[36mINFO�[0m[2024-02-08T22:24:27Z] Starting to generate SPDX ...
14:24:30 �[36mINFO�[0m[2024-02-08T22:24:30Z] Running generator for Module Manager: Java-Maven with output bom-Java-Maven.spdx
14:24:30 �[36mINFO�[0m[2024-02-08T22:24:30Z] Command has completed with errors for some package managers, see details below
14:24:30 �[36mINFO�[0m[2024-02-08T22:24:30Z] Plugin Java-Maven return error exit status 1
When I run the tool locally against my maven java project it runs fine.
I built a docker image to run the tool against my project in a gitlab pipeline which works fine with gitlab-ci.
I then used the same image in a jenkins pipeline but the tool is spitting out a generic error and failing to generate the report.
The following is the only output generated:
14:24:28 �[36mINFO�[0m[2024-02-08T22:24:27Z] Starting to generate SPDX ...
14:24:30 �[36mINFO�[0m[2024-02-08T22:24:30Z] Running generator for Module Manager:
Java-Maven
with outputbom-Java-Maven.spdx
14:24:30 �[36mINFO�[0m[2024-02-08T22:24:30Z] Command has completed with errors for some package managers, see details below
14:24:30 �[36mINFO�[0m[2024-02-08T22:24:30Z] Plugin Java-Maven return error exit status 1
Image runs ubuntu 20.04, Java 11.0.21, maven 3.8.1.
The text was updated successfully, but these errors were encountered: