Skip to content

For an advanced tutorial on how to use Jenkins to build a multibranch Pipeline project with selectively executed stages.

Notifications You must be signed in to change notification settings

pisymbol/building-a-multibranch-pipeline-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

building-a-multibranch-pipeline-project

This repository is for the Using Jenkins to build a multibranch Pipeline project tutorial in the Jenkins User Documentation.

The repository contains a simple Node.js and React application which generates a web page with the content "Welcome to React" and is accompanied by a test to check that the application renders satisfactorily.

The jenkins directory contains an example of the Jenkinsfile (i.e. Pipeline) you'll be creating yourself during the tutorial and the scripts subdirectory contains shell scripts with commands that are executed when Jenkins processes either the "Deliver for development" or "Deploy for production" stages of your Pipeline (depending on the branch that Jenkins builds from).

About

For an advanced tutorial on how to use Jenkins to build a multibranch Pipeline project with selectively executed stages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.2%
  • Shell 32.7%
  • HTML 13.1%
  • Groovy 9.4%
  • CSS 3.6%