Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Karthik-Reddy-Tom/Jenkins-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 the number is divisible by 7, you say Buzz
  • if the number is divisible by 1, you say Buzz
  • if neither, you say the number

About

How to create Jenkins pipeline with an example and Pipeline as a code (groovy script-example)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages