Versions Compared

Key

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

...

Action DesiredMagic WordsResult
retriggered the verify job recheck re-runs the Jenkins Job Builder (JJB) on an unmerged set of code
trigger the merge build Jenkin jobremergere-runs the JJB deploy on a merged set of code
trigger daily release jobplease releasere-runs the JJB daily release build
trigger CLM jobsrun-clm

The CLM jobs are still scheduled to run every Saturday, this feature can be useful for debugging on demand. 

Commenting "run-clm" in a gerrit that is not merged, will not trigger the CLM job based on that revision but will trigger the job based on the tip of the branch.

This job is designed to always run on the latest tip of the branch to avoid inconsistencies on the reports.

Source: Configuring Gerrit

trigger Sonar jobrun-sonarthis is used to follow up closely on code coverage progress.

...