Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Trace logs - target/settoptrace/

Setup

Automatics Core is required to be deployed as artifact in maven repository. The details for building the project and deploy are given below.

...

  • Self-hosted maven artifact repository
  • Maven 3
  • JDK 817

Build Steps

To Following page will provide details on creating Jenkins job for Automatics Core deployment. The job will clone the RDKM source repository, build the project , developer needs to have JDK 1.8 and Maven 3 setup in their machine. After setup, please follow below steps to deploy Automatics Core to partner's repository.

  • Checkout Automatics Core project from repository (rdk/tools/automatics/automatics-core) with branch (“rdk-next”)
  • In pom.xml, update 'artifact repository url'  in distributionManagement section.

<distributionManagement>

             <repository>

                          <url></url>

            </repository>

 </distributionManagement>  

...

deploy artifact automatics-core-{version}.jar to partner's self hosted artifact repository.

Automatics Core : Jenkins Deployment Job configuration