Skip to content

Commit

Permalink
Added initial jenkinsfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcustenborder committed Jan 20, 2017
1 parent d023531 commit 1ede36c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!groovy
@Library('jenkins-pipeline') import com.github.jcustenborder.jenkins.pipeline.KafkaConnectPipeline

def pipe = new KafkaConnectPipeline()
pipe.execute()

0 comments on commit 1ede36c

Please sign in to comment.