aboutsummaryrefslogtreecommitdiff
path: root/control/sandbox-create.conf
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-05-24 17:53:25 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-05-24 17:53:25 +0300
commit498c9f2e61fd657be3ab42af90ec1d7e134a13b1 (patch)
tree86a2516247324c21d354dc1905e1d9c8d1fd773f /control/sandbox-create.conf
parent41e9079ad21afd95a0b0b6b955697aa782cb68f0 (diff)
Add more plugins from production.
Diffstat (limited to 'control/sandbox-create.conf')
-rw-r--r--control/sandbox-create.conf18
1 files changed, 15 insertions, 3 deletions
diff --git a/control/sandbox-create.conf b/control/sandbox-create.conf
index f48b5f4..9b8be49 100644
--- a/control/sandbox-create.conf
+++ b/control/sandbox-create.conf
@@ -40,7 +40,19 @@ SECURITY_GROUPS="-g git-mirror -g jenkins-master"
BUILD_TOOLS_BRANCH="lp:~pfalcon/linaro-android-build-tools/sandbox-plugins"
PLUGINS_LATEST="http://updates.jenkins-ci.org/latest/ec2.hpi \
- http://updates.jenkins-ci.org/latest/publish-over-ssh.hpi"
+ http://updates.jenkins-ci.org/latest/publish-over-ssh.hpi \
+ http://updates.jenkins-ci.org/latest/log-parser.hpi \
+ http://updates.jenkins-ci.org/latest/build-timeout.hpi \
+ http://people.linaro.org/~pfalcon/copy-to-slave-1.4-linaro-SNAPSHOT-20111215.hpi \
+ http://people.linaro.org/~pfalcon/shell-status-20120125.hpi \
+ "
+
PLUGINS_CURRENT="http://updates.jenkins-ci.org/download/plugins/ec2/1.14/ec2.hpi \
- http://updates.jenkins-ci.org/download/plugins/publish-over-ssh/1.5/publish-over-ssh.hpi"
-PLUGINS="$PLUGINS_LATEST"
+ http://updates.jenkins-ci.org/download/plugins/publish-over-ssh/1.5/publish-over-ssh.hpi
+ http://updates.jenkins-ci.org/download/plugins/log-parser/1.0.8/log-parser.hpi \
+ http://updates.jenkins-ci.org/download/plugins/build-timeout/1.8/build-timeout.hpi \
+ http://people.linaro.org/~pfalcon/copy-to-slave-1.4-linaro-SNAPSHOT-20111215.hpi \
+ http://people.linaro.org/~pfalcon/shell-status-20120125.hpi \
+ "
+
+PLUGINS="$PLUGINS_CURRENT"