...
Action Desired | Magic Words | Result | |||||
---|---|---|---|---|---|---|---|
retriggered the verify job | recheck | re-runs the Jenkins Job Builder (JJB) on an unmerged set of code | |||||
trigger the merge build Jenkin job | remerge | re-runs the JJB deploy on a merged set of code | |||||
trigger daily release job | please release | re-runs the JJB daily release build | |||||
trigger CLM jobs | run-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 job | run-sonar | this is used to follow up closely on code coverage progress. | |||||
rebase | hit the button in the review page | ||||||
trigger OOM CD deployment / healthcheck for component under review (not implemented yet) | run-helm-deploy | will run an OOM deploy of the component and any dependent component on request (before a merge) for example if the current helm-verify job is +1 - a full deploy of the component via --set <pod>.enabled=true will be done, healthcheck run and reported back as a +1 if we get a pass for the pod Example of what the jjb job will run when deploying pomba - requires dmaap to function.
|