Versions Compared

Key

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

...

  • Configure Java 1.8 and Maven 3
  • Select Manage Jenkins and select Configure System
  • Create jenkins job with name configured in Automatics orchestrationOrchestration.

 Configuring Jenkins Job

Steps to be taken care during job configuration.

  • From Jenkins select “New Item”, Specify name of the new job to be created.If  If we want to clone from existing job, we can give name of the existing job in the Copy from text box present in the bottom and select “OK”

Steps to be taken care during job configuration.

In General section

  • 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
    in job
    • , end_point
  • Under Source Code Management, Select GIT and specify Repository base url.
    • 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

...