diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-11-07 01:06:10 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-11-07 01:10:58 +0100 |
commit | 8ba75db0b618fe29a570a955d2413ee7015bab02 (patch) | |
tree | 6680df71b090b49d3c7ece219d260fab587b1265 /jjb/release-jjb-blowfish-snapshot/release-jjb-blowfish-snapshot.yaml | |
parent | dab5209169703854951e0a2b74723b66d64c03b0 (diff) |
build the snapshot
Change-Id: I65dd1fb1fe10c0326ecfe4493b4a4a4815c6c1dd
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/release-jjb-blowfish-snapshot/release-jjb-blowfish-snapshot.yaml')
-rw-r--r-- | jjb/release-jjb-blowfish-snapshot/release-jjb-blowfish-snapshot.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/jjb/release-jjb-blowfish-snapshot/release-jjb-blowfish-snapshot.yaml b/jjb/release-jjb-blowfish-snapshot/release-jjb-blowfish-snapshot.yaml index 846d5456..321792c2 100644 --- a/jjb/release-jjb-blowfish-snapshot/release-jjb-blowfish-snapshot.yaml +++ b/jjb/release-jjb-blowfish-snapshot/release-jjb-blowfish-snapshot.yaml @@ -9,6 +9,23 @@ concurrent: false node: master + parameters: + - string: + name: GERRIT_PROJECT + default: AGL/AGL-repo + description: "Project to build" + - string: + name: GERRIT_BRANCH + default: blowfish + description: "branch to build" + - string: + name: GERRIT_REFSPEC + default: refs/heads/blowfish + description: "refspec to build" + - string: + name: UPLOAD + default: false + description: "Upload?" axes: - axis: type: user-defined |