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.
    • Please refer values to be configured in DB.

+-------------+-----------------+---------------+---------------------------------------------+---------------+--------------+------------+---------------------+
| SRC_DTLS_ID | NAME            | CATEGORY_TYPE | SOURCE_REPO                                 | SOURCE_BRANCH | DELETED_DATE | UPDATED_BY | UPDATED_DATE       
+-------------+-----------------+---------------+---------------------------------------------+---------------+--------------+------------+---------------------+
|           1 |       RDKV_Core_Tests | RDKV          | generic-automation-tests                    | rdk-next      | NULL         | admin      | 2021-09-15 11:05:27 |
|           2 |       RDKB_Core_Tests  | RDKB          | generic-automation-tests                    | rdk-next      | NULL         | admin      | 2021-10-19 11:05:27 |
|           3 |       RDKB_TESTS         | RDKB          | rdkb-tests                                             | rdk-next      | NULL         | admin      | 2021-01-13 11:05:27 |
+-------------+-----------------+---------------+---------------------------------------------+---------------+--------------+------------+---------------------+

 Job Settings

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

...