Skip to content

Commit

Permalink
Merge pull request #83 from SvenDowideit/start-migrating-to-jenkinsfile
Browse files Browse the repository at this point in the history
Initial Jenkinsfile
(cherry picked from commit 9736bd5)
  • Loading branch information
SvenDowideit committed Aug 3, 2016
1 parent e1e10e0 commit b9b87be
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 b9b87be

Please sign in to comment.