ci: Rerun unit tests when non-code changes occur.

This change makes it so that even if non-code changes
occur (such as commit message changing) unit tests
will still be run and result in a verification.

ASTERISK-28251

Change-Id: I6491fff7c93e5d5cd8e41054486968bf66c4f608
This commit is contained in:
Joshua Colp 2019-02-07 15:52:56 +00:00 committed by Joshua C. Colp
parent c0b7b60ba1
commit 1084b6e1a1
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ pipeline {
triggerOnEvents: [
commentAddedContains('^recheck$'),
patchsetCreated(excludeDrafts: false,
excludeNoCodeChange: true,
excludeNoCodeChange: false,
excludeTrivialRebase: false),
draftPublished()
],