jenkins: use new dsl

master
Adam Vandenberg 2012-09-03 14:07:27 -07:00
parent 4580b3dc19
commit 9ca985bc48
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class Jenkins < Formula
head 'https://github.com/jenkinsci/jenkins.git'
def install
if ARGV.build_head?
if build.head?
system "mvn clean install -pl war -am -DskipTests"
mv 'war/target/jenkins.war', '.'
end