Skip to content

Commit

Permalink
Merge pull request #1218 from RobbKistler/jenkinsfile-stub
Browse files Browse the repository at this point in the history
jenkinsfile: skeleton to test github integration
  • Loading branch information
endophage authored Aug 31, 2017
2 parents 9ae6647 + 2be99df commit f20d16d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// Only run on Linux atm
wrappedNode(label: 'docker') {
wrappedNode(label: 'ubuntu && ec2 && docker-edge') {
deleteDir()
stage "checkout"
checkout scm

documentationChecker("docs")
}

0 comments on commit f20d16d

Please sign in to comment.