You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Sijie Guo <gu...@gmail.com> on 2018/07/24 21:52:23 UTC

Apache Jenkins Trigger Phrases

Hi all,

I have updated the jenkins CI. now you can trigger individual jobs without
rerun all tests.

- `(re)run java8 tests` => for java8 tests
- `(re)run cpp tests` => for cpp tests
- `(re)run integration tests` => for integration tests

"(re)test this please" will still trigger running all 3 tests.

- Sijie