项目作者: TechPrimers

项目描述 :
Example project with Groovy based Jenkins Pipeline (Jenkinsfile)
高级语言: Java
项目地址: git://github.com/TechPrimers/jenkins-example.git
创建时间: 2017-06-17T16:40:25Z
项目社区:https://github.com/TechPrimers/jenkins-example

开源协议:

下载


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