Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 11 hours 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T02:50:53.000Z (3 months ago)
- Last Synced: 2024-10-30T19:04:31.891Z (14 days ago)
- Topics: fizzbuzz, groovy, jenkins, jenkins-pipeline
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 85
- Watchers: 10
- Forks: 2,398
- 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