aboutsummaryrefslogtreecommitdiff
path: root/control/sandbox-create.conf
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-05-24 13:52:02 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-05-24 13:52:02 +0300
commit5f38fafa264b0fef39e2cfebdca4e6fc35b2a66b (patch)
treea80d80bb9be264d1f77e2ca69be343fda685a07c /control/sandbox-create.conf
parent1fae45bbe0a7057b79e211fff8788dda3a4f4fec (diff)
Move plugin list to sandbox-create.conf, support more than one plugin.
Diffstat (limited to 'control/sandbox-create.conf')
-rw-r--r--control/sandbox-create.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/control/sandbox-create.conf b/control/sandbox-create.conf
index 6574101..ae64bbe 100644
--- a/control/sandbox-create.conf
+++ b/control/sandbox-create.conf
@@ -38,3 +38,7 @@ SECURITY_GROUPS="-g git-mirror -g jenkins-master"
# Check out code to run on sandbox from this branch
# (overriding useful for development/testing)
BUILD_TOOLS_BRANCH="lp:~pfalcon/linaro-android-build-tools/sandbox-plugins"
+
+PLUGINS_LATEST="http://updates.jenkins-ci.org/latest/ec2.hpi"
+PLUGINS_CURRENT="http://updates.jenkins-ci.org/download/plugins/ec2/1.14/ec2.hpi"
+PLUGINS="$PLUGINS_LATEST"