You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments