Skip to content

Commit

Permalink
Add a Jenkinsfile so https://ci.jenkins.io/ will build us.
Browse files Browse the repository at this point in the history
As per advice from #jenkins irc channel, we need a "Jenkinsfile"
in order for the automatic builds to happen on the Jenkins CI.
Until that is done, we don't get automatic builds of pull requests.
  • Loading branch information
pjdarton committed Jun 28, 2017
1 parent 2a4b61c commit 5b0ea26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env groovy

/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
buildPlugin()

0 comments on commit 5b0ea26

Please sign in to comment.