- if the number is divisible by 3, you say Fizz
- if the number is divisible by 5, you say Buzz
- if the number is divisible by 3 & 5, you say FizzBuzz
- if neither, you say the number
- Add
Cucumber Reports
plugin in Jenkins to usecucumber
DSL as shown in theJenkinsfile