Skip to content

Commit

Permalink
Initial Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed Mar 15, 2016
1 parent e7d56fa commit e9f9095
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
node('docker') {
stage 'Checkout'
checkout scm

stage 'Build'
docker.build('jenkins')

stage 'Test'
sh "git checkout https://github.com/sstephenson/bats.git"
sh "bats/bin/bats tests/tests.bats"
}

0 comments on commit e9f9095

Please sign in to comment.