Skip to content

Commit

Permalink
Merge branch 'master' into no-branding
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Feb 19, 2018
2 parents 2ca3bd8 + 6f84ef4 commit a534630
Show file tree
Hide file tree
Showing 5 changed files with 1,637 additions and 13 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
buildPlugin(platforms: ['linux'])
15 changes: 12 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,25 @@
<groupId>com.cloudbees.jenkins.plugins</groupId>
<artifactId>docker-custom-build-environment</artifactId>
<name>Docker Custom Build Environment Plugin</name>
<version>1.6.6-SNAPSHOT</version>
<version>1.7.1-SNAPSHOT</version>
<packaging>hpi</packaging>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Docker+Custom+Build+Environment+Plugin</url>
<url>https://wiki.jenkins.io/display/JENKINS/Docker+Custom+Build+Environment+Plugin</url>

<licenses>
<license>
<name>MIT</name>
</license>
</licenses>

<developers>
<developer>
<id>jonhermansen</id>
<email>[email protected]</email>
<organization>Jon Hermansen</organization>
<timezone>UTC-5</timezone>
</developer>
</developers>

<dependencies>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down Expand Up @@ -60,7 +69,7 @@
<url>https://github.com/jenkinsci/docker-custom-build-environment-plugin</url>
<connection>scm:git:https://github.com/jenkinsci/docker-custom-build-environment-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/docker-custom-build-environment-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>docker-custom-build-environment-1.7.0</tag>
</scm>

<build>
Expand Down
Loading

0 comments on commit a534630

Please sign in to comment.