Contributing to the Adopters page
This site is the new docs site currently being tested. For the actual docs in use please go to https://www.jenkins.io/doc. |
This directory contains metadata required for the Jenkins Adopters page on jenkins.io. The page is auto-generated from the data provided here.
Share your story
We encourage Jenkins users and adopters to share their success stories about Jenkins! There are multiple ways to do it:
-
Your organization’s or your personal blog
-
community.jenkins.io website in the "Using Jenkins" / "Showing Off" category
-
Jenkins community blog on jenkins.io (HOWTO)
-
stories.jenkins.io website with Jenkins user stories
-
Any other blog or professional network
Whatever way you choose, we encourage you to contact the Advocacy and Outreach SIG and let them know about your story so that it can be promoted through Jenkins community channels.
Add your company to the Adopters list
A new company can be added via a pull request to the Jenkins website.
-
Fork and clone the
https://github.com/jenkins-infra/jenkins.io
repository to a local computer. You can find the development guidelines here. -
Create a
COMPANY_ID.adoc
file in the/content/_data/adopters
directory (see the template below).-
Company ID should be a unique identifier, with up to 32 symbols and no spaces.
-
-
Fill in the template fields
-
Add a company logo file to the
/content/images/adopters
directory.-
The file name should be
COMPANY_ID
-
Supported image extensions: .png, .jpg, or .jpeg. PNG is recommended
-
Recommended size: 128x128px
-
-
Submit a pull request to https://github.com/jenkins-infra/jenkins.io with the update
Template for COMPANY_ID.adoc
:
name: "TODO: company name"
url: "TODO: company URL"
detailsUrl: "TODO: URL with a page describing the adopter's relation to Jenkins (user story, project page, etc.)"
detailsLinkText: "TODO: display name for the details link"
If you want to test your patch before submitting it, it is possible to run the website locally. See the guidelines here.