Skip to content

Commit

Permalink
Add Jenkinsfile
Browse files Browse the repository at this point in the history
This allows monitoring this repository for changes and executing builds
automatically.
  • Loading branch information
Olav Philipp Henschel committed Jun 14, 2017
1 parent 4296189 commit 980ee45
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
node('master') {
dir('infrastructure') {
checkout scm
}
pipeline = load 'infrastructure/pipeline/build.groovy'
}

pipeline.execute()

0 comments on commit 980ee45

Please sign in to comment.