Skip to content

Commit

Permalink
Sample Jenkinsfile for tracing folder creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Jul 5, 2016
1 parent 8e08e4a commit 2e123d3
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 {
stage 'Checkout'

checkout scm

stage 'Base'

sh './build_image.sh'


}

0 comments on commit 2e123d3

Please sign in to comment.