Skip to content

nexgtech/jenkins-maven-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins pipeline

This is a simple Fizz Buzz app written in Java8 with JUnit5. The CI/CD pipeline show you how to run a Maven build, that resolves dependencies, upload artifacts and publish build info to Artifactory.

pre-requirement

  • Pipeline Maven Plugin

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages