No Description

Abdo Farag bd8e82f82a Test mail 6 years ago
jenkins 682e7029ca Add example Jenkinsfile generated by Blue Ocean. 6 years ago
public b7c8cd8fe4 Add project/application files. 6 years ago
src f06a6b4801 Update 'src/App.js' 6 years ago
.gitattributes 06212de023 Initial commit 6 years ago
.gitignore 98e4721e2a Update .gitignore 6 years ago
Jenkinsfile 41fbc5f5b4 Jenkinsfile 6 years ago
README.md c36036e408 Amend README.md 6 years ago
package.json b7c8cd8fe4 Add project/application files. 6 years ago
test bd8e82f82a Test mail 6 years ago

README.md

creating-a-pipeline-in-blue-ocean

This repository is for the Create a Pipeline in Blue Ocean tutorial in the Jenkins User Documentation.

This tutorial uses the same application that the Build a Node.js and React app with npm tutorial is based on. Therefore, you'll be building the same application although this time, completely through Blue Ocean.

The jenkins directory contains an example of the Jenkinsfile (i.e. Pipeline) that Blue Ocean will create for you during the tutorial and the scripts subdirectory contains shell scripts with commands that are executed when Jenkins processes the "Test" and "Deliver" stages of your Pipeline.