Skip to content

Commit 0103a9e

Browse files
committed
ec2-start-stop
1 parent 96451a8 commit 0103a9e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

attributes/master.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@
2727
"prRepoUrl" => "http://private-repo.typesafe.com/typesafe/scala-pr-validation-snapshots/"
2828
})}
2929
EOH
30+
31+
default['master']['ec2-start-stop']['url'] = 'https://dl.dropboxusercontent.com/u/12862572/ec2-start-stop.hpi'

recipes/master-init.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@
4949
jenkins_plugin plugin
5050
end
5151

52-
# TODO: ec2-start-stop
52+
jenkins_plugin "ec2-start-stop" do
53+
source node['master']['ec2-start-stop']['url']
54+
# doesn't support checksum
55+
end
5356

5457
# restart jenkins (TODO: wait for it to come back up, so we can continue automatically with next recipes; until then, manually)
5558
# Theory for observed failure: github-oauth plugin needs restart

0 commit comments

Comments
 (0)