From 46bf3a4fcd98a03f8321c19a874e9a7c6871500a Mon Sep 17 00:00:00 2001 From: Jeremy Poulin Date: Mon, 3 Dec 2018 18:06:29 -0500 Subject: [PATCH] Trigger cleanup #2 (#5) * Update syntax of build trigger * Fresh UUID --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 05755e7..77ce99a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 ] ]