Skip to content

Commit e858090

Browse files
committed
Add README.md content
1 parent fce8fc2 commit e858090

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
# simple-node-js-react-npm-app
2+
3+
This repository is for the [Using Jenkins to build a Node.js/React project]( https://jenkins.io/doc/tutorials/using-jenkins-to-build-a-node-js-react-project/)
4+
tutorial in the [Jenkins User Documentation](https://jenkins.io/doc/).
5+
6+
The repository contains a simple Node.js and React application which generates
7+
a web page with the content "Welcome to React" and is accompanied by a test to
8+
check that the application renders satisfactorily.
9+
10+
The `jenkins` directory contains an example of the `Jenkinsfile` (i.e. Pipeline)
11+
you'll be creating yourself during the tutorial and the `scripts` directory
12+
contains a shell script with commands that are executed when Jenkins processes
13+
the "Deliver" stage of your Pipeline.

0 commit comments

Comments
 (0)