Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.81 KB

command.md

File metadata and controls

21 lines (17 loc) · 1.81 KB

Commands to trigger Jenkins pipeline

Guide

  1. ci pipeline will be triggered when your comment on pull request matched command.
  2. Only triggered by command, What does that mean?
    • Yes, this ci will be triggered only when your comment on pr matched command.
    • No, this ci will be triggered by every new commit on current pr, comment matched command also trigger ci pipeline.
  3. Using saved replies will help you trigger these tasks quickly

Commands

ci pipeline Commands Only triggered by command
jenkins-ticdc/verify /run-verify
/run-all-tests
/merge
No
idc-jenkins-ci/unit-test /run-unit-test
/run-all-tests
/merge
No
idc-jenkins-ci/leak-test /run-leak-test
/run-all-tests
/merge
No
idc-jenkins-ci-ticdc/dm-compatibility-test /run-dm-compatibility-test
/run-all-tests
/merge
Yes
idc-jenkins-ci-ticdc/dm-integration-test /run-dm-integration-test
/run-all-tests
/merge
Yes
idc-jenkins-ci-ticdc/integration-test /run-integration-test
/run-all-tests
/merge
Yes
idc-jenkins-ci-ticdc/kafka-integration-test /run-kafka-integration-test
/run-all-tests
/merge
Yes