Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Update multi-job example to plugin 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdissel committed Apr 17, 2015
1 parent b21822f commit 8e131e0
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions examples/multi-job/build.gradle
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
buildscript {
repositories {
mavenLocal()
jcenter()
}

dependencies {
classpath 'nl.ikoodi.gradle.plugin:gradle-jenkins-jobdsl:0.2.0'
}
plugins {
id 'groovy'
id 'nl.ikoodi.jenkins.jobdsl' version '0.4.1'
}

apply plugin: 'groovy'
apply plugin: 'jenkins-jobdsl'

repositories {
jcenter()
}

dependencies {
compile 'org.codehaus.groovy:groovy:2.3.0'
compile 'org.jenkins-ci.plugins:job-dsl-core:1.22'
compile 'org.jenkins-ci.plugins:job-dsl-core:1.28'

testCompile('org.spockframework:spock-core:0.7-groovy-2.0') {
exclude module: 'groovy-all'
Expand Down

0 comments on commit 8e131e0

Please sign in to comment.