Skip to content

MurraySpeight/jenkins-shared-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Jenkins Pipeline Shared Library

Spring Boot Web Pipeline

This pipeline performs

  • build
  • test
  • SonarQube scan
  • deploy artefact to Nexus
  • deploy from Nexus to SIT environment

It can be called in a Jenkinsfile with the below code, using the Maven artifact ID as the appName:

@Library('jenkins-library')_
spingBootWebPipeline(appName: 'app')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages