https://github.com/techprimers/jenkins-example
Example project with Groovy based Jenkins Pipeline (Jenkinsfile)
https://github.com/techprimers/jenkins-example
fizzbuzz groovy jenkins jenkins-pipeline
Last synced: 11 days ago
JSON representation
Example project with Groovy based Jenkins Pipeline (Jenkinsfile)
- Host: GitHub
- URL: https://github.com/techprimers/jenkins-example
- Owner: TechPrimers
- Created: 2017-06-17T16:40:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T02:50:53.000Z (9 months ago)
- Last Synced: 2025-04-03T20:08:56.195Z (19 days ago)
- Topics: fizzbuzz, groovy, jenkins, jenkins-pipeline
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 85
- Watchers: 9
- Forks: 2,409
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Fizz Buzz Example in Java 8 using JUnit 5
### Fizz Buzz is a game where
- if the number is divisible by 3, you say Fizz
- if the number is divisible by 5, you say Buzz
- if neither, you say the number