Malkhan52 / jenkins-cucumber-pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fizz Buzz Example in Java 8 using Jenkins Pipeline to publish Cucumber Reports

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 the number is divisible by 3 & 5, you say FizzBuzz
  • if neither, you say the number

Pre-requisite

  • Add Cucumber Reports plugin in Jenkins to use cucumber DSL as shown in the Jenkinsfile

About


Languages

Language:Java 84.5%Language:Gherkin 15.5%