Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

Example project with Groovy based Jenkins Pipeline (Jenkinsfile)

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