1a03034ae5c37958026cd6ffccab222cd9a94054
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
Contributors
This a Jenkinsfile Multibranch pipeline example
Description
Languages
Java
100%