Skip to content

Commit

Permalink
Merge pull request docker#83 from SvenDowideit/start-migrating-to-jen…
Browse files Browse the repository at this point in the history
…kinsfile

Initial Jenkinsfile
  • Loading branch information
SvenDowideit authored Jul 28, 2016
2 parents 31d2509 + 10e1dca commit 9736bd5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// Only run on Linux atm
wrappedNode(label: 'linux') {
deleteDir()
stage "checkout"
checkout scm

documentationChecker("docs")
}
4 changes: 2 additions & 2 deletions docs/governance/board-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ and community of the Docker Project.
* Michael Crosby
* Steve Francia
* Stephen Day
* Arnaud Poterie
* Arnaud Porterie

## Individual Contributors

Expand All @@ -64,7 +64,7 @@ and community of the Docker Project.
* Ahmet Alp Balkan (Microsoft)
* Rohit Jnagal (Google)

## User
## Users

* Nicola Paolucci (Atlassian)
* Burke Libbey (Shopify)
Expand Down

0 comments on commit 9736bd5

Please sign in to comment.