You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Sumesh R Acharya <7....@gmail.com> on 2022/08/29 07:32:54 UTC

Query regarding setting up gitlab ci/cd pipeline for ofbiz

Hello community,


As i seen some example for java project where pipeline generates an
artifact (.jar file) after building the project. That jar file can directly
be executed without the requirement of any other files.

- when trying in local system-
  In case of ofbiz when running the (ofbiz.jar) file separately it is not
able to start the project as i noticed it required all the other files of
the project to run successfully.

I want to ask what steps will be needed to setup ci/cd pipeline for ofbiz
project ???

Regards,
Sumesh R Acharya

Re: Query regarding setting up gitlab ci/cd pipeline for ofbiz

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Sumesh,

This is indeed a known issue: https://issues.apache.org/jira/browse/OFBIZ-11161

HTH

Jacques

Le 29/08/2022 à 09:32, Sumesh R Acharya a écrit :
> Hello community,
>
>
> As i seen some example for java project where pipeline generates an
> artifact (.jar file) after building the project. That jar file can directly
> be executed without the requirement of any other files.
>
> - when trying in local system-
>    In case of ofbiz when running the (ofbiz.jar) file separately it is not
> able to start the project as i noticed it required all the other files of
> the project to run successfully.
>
> I want to ask what steps will be needed to setup ci/cd pipeline for ofbiz
> project ???
>
> Regards,
> Sumesh R Acharya