-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add search_remote_refs source parameter.
This parameter compliments the `refs_prefix` and enables the round trip for gerrit's refs/for/<branch> change review workflow. A gerrit user creates a change for review by pushing to `refs/for/<branch>`, but then the gerrit remote will rename that ref to `refs/changes/xxx/yy`. Since we don't know the actual ref that will be created, we must search the remote for a ref containing the version we just pushed, and fetch from there. Also need to remember to have a separate input and output resource so that the pushed version isn't counted as an input in a later run. Signed-off-by: Jamie Pate <jpate@fortinet.com>
- Loading branch information
1 parent
2d4422f
commit f103729
Showing
4 changed files
with
78 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters