Files
2020-10-20 10:03:55 +02:00

270 B

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