Updated on 2024-04-18 GMT+08:00

Configuring Execution Plans

With CodeArts Build, you can configure triggering events and scheduled tasks, so developers can achieve continuous project integration.

Continuous Integration

This option can be enabled only when Repo is selected as the code source.

  1. Log in to the CodeArts Build homepage.
  1. Search for the target build task.
  2. Click in the Operation column and choose Edit from the drop-down list. Click the Schedule tab page.
  3. Enable Run upon Code Commit.

  4. After this function is enabled, a build task is triggered when the source code referenced by the build task is committed.

Scheduled Execution

  1. Enable Scheduled Execution.

  2. Select a scheduled execution time of the build task. Enable Upon Code Change as required.
  3. After this function is enabled, the build task executes tasks based on the scheduled execution date and time.
  4. If you enable both Scheduled Execution and Upon Code Change, the build task is executed only when the specified execution date and time are reached and the code changes compared with the last build.