Cloudbees Jenkins jobs are now created using Jenkins Job Builder

All Jenkins jobs will fail until this commit is merged:

https://wmf.ci.cloudbees.com/view/mv/

Bug: 61778
Change-Id: I5fb37946bbb15cb1b70045f85aa11ba48ecd2260
This commit is contained in:
Zeljko Filipin 2014-02-22 11:39:40 +01:00 committed by Jhall
parent 79d72d391d
commit 006353fd24

View file

@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
builder (3.2.2)
childprocess (0.4.0)
childprocess (0.5.1)
ffi (~> 1.0, >= 1.0.11)
cucumber (1.3.10)
builder (>= 2.1.2)
@ -22,7 +22,7 @@ GEM
headless (1.0.1)
i18n (0.6.9)
json (1.8.1)
mediawiki_selenium (0.2.2)
mediawiki_selenium (0.2.7)
cucumber (~> 1.3, >= 1.3.10)
headless (~> 1.0, >= 1.0.1)
json (~> 1.8, >= 1.8.1)
@ -46,13 +46,13 @@ GEM
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rubyzip (1.1.0)
selenium-webdriver (2.39.0)
childprocess (>= 0.2.5)
selenium-webdriver (2.40.0)
childprocess (>= 0.5.0)
multi_json (~> 1.0)
rubyzip (~> 1.0)
websocket (~> 1.0.4)
syntax (1.2.0)
watir-webdriver (0.6.7)
watir-webdriver (0.6.8)
selenium-webdriver (>= 2.18.0)
websocket (1.0.7)
yml_reader (0.2)