Versions Compared

Key

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

...

Image Added

  • Add the branch specifier as '*/${branch}', where the repository branch is provided during test execution via the build parameter 'branch'.Branch details where code changes for health check partner implementation is added. If partner is using open sourced health check implementation then can provide branch as "*/rdk-next"

Image Added

Configure Build Environment

...

  • Add the following maven step in the text box

    Goals 

    clean test -Dsun.security.ssl.allowUnsafeRenegotiation=true  true -DexecutionId=$executionId  -Dautomatics.properties.file={automatics_properties_base_url}/automatics.properties -Dproperties.file.token={Base 64 encrypted login id and password for automatics.properties separated by colon }

  • Click on Advanced button in ‘Invoke top-level Maven level targets’ and add following maven configuration. In the image shown below, maven settings.xml is place at /mnt/maven directory.  Update the settings.xml path based on its location in partner's VM.

...