diff options
Diffstat (limited to 'jjb/release-jjb-blowfish-snapshot')
3 files changed, 22 insertions, 7 deletions
diff --git a/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-build.sh b/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-build.sh index f990fcc9..2f40c060 100644..120000 --- a/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-build.sh +++ b/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-build.sh @@ -1,7 +1 @@ -#!/bin/bash - -set -e -set -x - -set - +../common/include-agl-build.sh
\ No newline at end of file diff --git a/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-rsync.sh b/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-rsync.sh index 7da13434..aea85c48 100644 --- a/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-rsync.sh +++ b/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-rsync.sh @@ -10,4 +10,8 @@ export RSYNCDST="jenkins-slave@10.30.72.8:/srv/download/AGL/mirror/" echo " rsync -avr -e \"ssh -o StrictHostKeyChecking=no\" $RSYNCSRC $RSYNCDST " +if x"true" = x"$UPLOAD" ; then +echo upload +fi + exit 0
\ No newline at end of file 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 |