Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Trigger cleanup #2 (#5)
Browse files Browse the repository at this point in the history
* Update syntax of build trigger
* Fresh UUID
  • Loading branch information
jaypoulz authored Dec 3, 2018
1 parent e39327c commit 46bf3a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ properties(
[
$class: 'ActiveMQSubscriberProviderData',
name: 'Red Hat UMB',
overrides: [topic: 'Consumer.rh-jenkins-ci-plugin.e1899f02-c822-11e8-a8d5-f2801f1b9fd1.VirtualTopic.eng.brew.>'],
selector: 'type = \'Tag\' AND name = \'ansible\' AND tag LIKE \'ansible-%-rhel-%-candidate\'',
overrides: [topic: 'Consumer.rh-jenkins-ci-plugin.6779ffa0-a421-4ded-8412-08ccfb493333.VirtualTopic.eng.brew.>'],
selector: 'name = \'ansible\' AND type = \'Tag\' AND tag LIKE \'ansible-%-rhel-%-candidate\'',
timeout: null
]
]
Expand Down

0 comments on commit 46bf3a4

Please sign in to comment.