Skip to content

TechPrimers/jenkins-pipeline-cucumber-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Jenkins Pipeline cucumber example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published