Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-40004] Add plugin description to POM (#41)
  • Loading branch information
Evaristo Gutiérrez authored and wolfs committed Dec 12, 2016
1 parent 91d775b commit 141d93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = "org.jenkins-ci.plugins"
description = "A description of your plugin"
description = "This plugin adds Gradle support to Jenkins"

ext.ciBuild = System.getenv()['JENKINS_URL'] ? true : false

Expand Down

0 comments on commit 141d93e

Please sign in to comment.