Branch: refs/heads/master Home: https://github.com/jenkinsci/gerrit-code-review-plugin Commit: f70763c95349c85db38ef40a4f0055c8effdfea4 https://github.com/jenkinsci/gerrit-code-review-plugin/commit/f70763c95349c85db38ef40a4f0055c8effdfea4 Author: Luca Milanesio <luca.milane...@gmail.com> Date: 2020-06-04 (Thu, 04 Jun 2020)
Changed paths: M src/main/java/jenkins/plugins/gerrit/AbstractGerritSCMSource.java M src/main/java/jenkins/plugins/gerrit/GerritSCMSource.java M src/main/java/jenkins/plugins/gerrit/GerritSCMSourceContext.java M src/main/java/jenkins/plugins/gerrit/traits/ChangeDiscoveryTrait.java A src/main/resources/jenkins/plugins/gerrit/traits/ChangeDiscoveryTrait/config.jelly A src/main/resources/jenkins/plugins/gerrit/traits/ChangeDiscoveryTrait/help-queryString.html Log Message: ----------- [JENKINS-55037] Add an extra query filter for discovering changes Allow the configuration of additional change query filters for the discovery of the open changes. This allows additional use-cases where different pipelines are used for different types of changes. The filter is added to the existing default change query "status:open". Example: a wip change (filter = is:wip) can be associated with a pipeline that does a very quick validation but without running expensive tests. By using Gerrit hashtags it is also possible to implement a way for enabling or disabling the discovery of changes by adding a filter hashtag:ready-for-test. By default, the existing trait would have no additional filter query. Change-Id: I331fb475687ca9f1d7c80cba52d854f77ff4ed58 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gerrit-code-review-plugin/push/refs/heads/master/655500-f70763%40github.com.