Skip to content

Commit

Permalink
rename jenkins.groovy to Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
apemberton committed Feb 23, 2016
1 parent e7843ee commit 9046009
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .cloudbees.md

This file was deleted.

File renamed without changes.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@
<mainClass>com.cloudbees.examples.todo.api.Main</mainClass>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>2.6</version>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 9046009

Please sign in to comment.