Versions Compared

Key

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

...

  • Update the Source Code Repository Details, by executing sql command on 'source_code_details' table in database.
    • Ex: insert into source_code_details (NAME, CATEGORY_TYPE, SOURCE_REPO, SOURCE_BRANCH, DELETED_DATE, UPDATED_BY, UPDATED_DATE) values ('{generic category name}','{category type}',{repo details of the project been deployed}','{branch name of the project where it is pulled}','NULL', 'admin', now());
    • The 'NAME' field will contain the source name. This is for ease of identifying repo details from UI. The source name should be starting with 'RDKV_' or 'RDKB_' prefix.
    • Valid values for CATEGORY_TYPE fields are RDKV or RDKB.

 Job Settings

  • From Automatics UI, navigate to Settings ->  Job Settings

...