-
Bug
-
Resolution: Fixed
-
Major
-
None
-
-
0.4.4
After upgrading from 0.4.2 to 0.4.3 changes are no longer detected.
I've done a diff on the Scan Multibranch Pipeline Log between the versions. See the differences in the logs below.
As you can see there is no +refs/heads/ part in the new version. I'm guessing that the added 'null' part of the query breaks the filtering.
0.4.3:
Looking for open changes with query 'p:sandbox status:open -age:24w null' ... > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 Looking for open changes with query 'p:sandbox status:open -age:24w null' ... > git fetch --tags --progress --prune -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10
0.4.2:
> git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* refs/changes/70/6270/1:refs/remotes/origin/70/6270/1 # timeout=10 > git fetch --tags --progress --prune -- origin +refs/heads/*:refs/remotes/origin/* refs/changes/70/6270/1:refs/remotes/origin/70/6270/1 # timeout=10