-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
# building-a-multibranch-pipeline-project | ||
|
||
This repository is for the | ||
[Using Jenkins to build a multibranch Pipeline project](https://jenkins.io/doc/tutorials/building-a-multibranch-pipeline-project/) | ||
tutorial in the [Jenkins User Documentation](https://jenkins.io/doc/). | ||
|
||
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 a shell script 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). |