Previously known as Jenkins is the way. This project showcases real-world Jenkins user stories.
- Builds are done on
ci.infra.jenkins.io
(VPN needed) - Successful builds on main branch deploy to netlify
- Netlify site is fronted by fastly
For historical record, the admin portal can be reached via https://stories.jenkins.io/admin/
- Node.js (Recommended: Match version in
.tool-versions
) - npm (Node Package Manager)
First, fork the repository and clone it.
git clone <url-from-github>
Change Directory
cd stories
Install Dependencies
npm install
Run the development server:
npm run develop
Open http://localhost:8000 on your browser to see the result
Ensure consistent code style:
npm run format
- Create feature branches
- Write clear commit messages
- Run formatters before submitting PRs
- Fork the repository
- Create a feature branch
- Make your changes
- Run prettier formatting
- Add your changes to staging area and commit your changes
- Push your changes to GitHub
- Submit a pull request