
On Wed, Aug 29, 2018 at 05:09:03PM +0200, Andrea Bolognani wrote:
Out of the box, it contains the upstream repository for all projects; additionally, the user will be able to store information about their own repositories, making it possible to test-build in-progress branches before submitting the code upstream.
Despite all the pieces being now in place for us to get rid of the per-project "git_url" variable entirely, we can't actually do that because Jenkins Job Builder, unlike Ansible, doesn't support dictionary access with other variables being used as keys. That's fairly okay, though, because the Jenkins part is less dynamic than the Ansible one anyway.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> ---
With the change discussed in patch 1: Reviewed-by: Erik Skultety <eskultet@redhat.com>