osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/40258?usp=email )
Change subject: jobs/registry-rebuild-upload-titan: add branch arg ...................................................................... jobs/registry-rebuild-upload-titan: add branch arg Add branch arguments, so it is easier to try out fixes. Change-Id: Idc03e8977c8c9e300e394865dbec3b70a14935bc --- M jobs/registry-rebuild-upload-titan.yml 1 file changed, 18 insertions(+), 12 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved fixeria: Looks good to me, but someone else must approve diff --git a/jobs/registry-rebuild-upload-titan.yml b/jobs/registry-rebuild-upload-titan.yml index 8fed502..3b0b778 100644 --- a/jobs/registry-rebuild-upload-titan.yml +++ b/jobs/registry-rebuild-upload-titan.yml @@ -5,16 +5,6 @@ - registry-rebuild-upload-ttcn3-bts-tests - registry-rebuild-upload-testenv -- scm: - name: osmocom-docker-playground - scm: - - git: - url: https://gerrit.osmocom.org/docker-playground - skip-tag: true - branches: - - 'origin/master' - - - job: name: registry-rebuild-upload-titan description: | @@ -30,8 +20,16 @@ days-to-keep: 30 num-to-keep: 30 node: osmocom-master + parameters: + - string: + name: BRANCH + description: docker-playground.git branch + default: 'master' scm: - - 'osmocom-docker-playground' + - git: + url: https://gerrit.osmocom.org/docker-playground + branches: + - '$BRANCH' builders: - shell: | REGISTRY="registry.osmocom.org" @@ -58,8 +56,16 @@ - reverse: jobs: - registry-rebuild-upload-titan + parameters: + - string: + name: BRANCH + description: docker-playground.git branch + default: 'master' scm: - - 'osmocom-docker-playground' + - git: + url: https://gerrit.osmocom.org/docker-playground + branches: + - '$BRANCH' builders: - shell: | REGISTRY="registry.osmocom.org" -- To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/40258?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: Idc03e8977c8c9e300e394865dbec3b70a14935bc Gerrit-Change-Number: 40258 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osm...@sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanits...@sysmocom.de> Gerrit-Reviewer: osmith <osm...@sysmocom.de> Gerrit-Reviewer: pespin <pes...@sysmocom.de>