From: Aric Gardner Date: Thu, 18 Jun 2020 19:17:03 +0000 (-0400) Subject: Fix logic for discovering new branches X-Git-Tag: v0.55.1~2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=dcf5761d0c38f01d4397784870c9031d4d499441;hp=dcf5761d0c38f01d4397784870c9031d4d499441;p=releng%2Fglobal-jjb.git Fix logic for discovering new branches When a new branch exists on gerrit, but has never been seen by RTD we need to trigger a job so that the branch is discovered we can then mark it active in the following step. API changed under out feet, where a 404 was returned before we now get a 200 with the string null. Change code to explicitly match the returned string of "null" Issue-Id: RELENG-3027 Signed-off-by: Aric Gardner Change-Id: I769b66384f5b53d87527faeb0f467350a847b65c ---