commit | 4defdcc0a95654e7653d6eef8aa1be46fc28bc19 | [log] [tgz] |
---|---|---|
author | Kailash Khalasi <kailash@onlab.us> | Wed Jul 11 13:10:02 2018 -0700 |
committer | Kailash Khalasi <kailash@onlab.us> | Wed Jul 11 13:10:02 2018 -0700 |
tree | af3254850e0faddeae3d14185fd91638ca6cbf8f | |
parent | fa36bcc23e676edd0374f02c150fb21064c8f620 [diff] |
adding branch parameter to mcordbuild job Change-Id: Ia8715ce806f102b05b8ed00f1c8743e33864335f
diff --git a/jjb/cord-test/mcord-build.yaml b/jjb/cord-test/mcord-build.yaml index d448364..174cc3e 100644 --- a/jjb/cord-test/mcord-build.yaml +++ b/jjb/cord-test/mcord-build.yaml
@@ -28,6 +28,11 @@ parameters: - string: + name: branch + default: 'master' + description: 'Branch to pull' + + - string: name: configRepoUrl default: 'https://gerrit.opencord.org/pod-configs' description: 'The URL of the POD configs repository'