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 ] ]