Skip to content

saurabh277/Javamaven-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is related to multi branch pipeline where we will be using the jenkins shared library

Multi branch pipeline

Screenshot 2023-04-26 160620

For this branch used jenkins shared library

2

This is how we configure for multi branch library and add discover branch option(here we have used Regular expression)

7

For locally doing version update in pom.xml file -here we are doing patch update

mvn build-helper:parse-version versions:set -DnewVersion=${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.nextIncrementalVersion} versions:commit

About

Related to jenkins file (mainly jenkins shared library with multi branch pipeline)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published