Skip to content

Commit

Permalink
Add README.md content
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesgas committed Nov 28, 2017
1 parent b03d0de commit 7f31671
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
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).

0 comments on commit 7f31671

Please sign in to comment.