Versions Compared

Key

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

...

  • Check the “Discard old builds”.
  • Select Log Rotation and we can keep the days of build and Max # of builds.
  • Please configure following String build parameters in job.
    • filterTestIds, filterTestType, updateRdkPortal, settopList, JMD_ID, BUILD_NAME, executionMode, gr,grb, end_point
  • Under Source Code Management, Select GIT.
    • Specify Repository base url in the format 'ssh://{base_url}:{port}/${gr}', where the path of the repo is provided during test execution via the param 'gr'.
    • Add the branch specifier as '*/${grb}', where the repo branch is provided during test execution via the param 'grb'.
  • Under Pre Steps in Build section, please add below

Root Pom

pom.xml

Goals and optionsclean install -U exec:java -DskipTests=true -DretryByDefault=false -DbuildType=RDK -Dhttps.protocols=TLSv1.1,TLSv1.2 -Dsun.security.ssl.allowUnsafeRenegotiation=true -Dautomatics.properties.file={automatics.properties.url }
  • Click on Advanced option and configure maven option. 
  • Click on Apply and Save button.