From 5550ed3d7c59fa989a22c025327953774ac9be2d Mon Sep 17 00:00:00 2001 From: Raquel Campuzano Godoy Date: Mon, 2 Sep 2019 13:02:06 +0200 Subject: [PATCH 1/5] Update README Update the step 6 in order to avoid a build failyre --- original/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/original/README.md b/original/README.md index 9d6e682..96c31d0 100644 --- a/original/README.md +++ b/original/README.md @@ -33,7 +33,7 @@ heart's desire. 2. Set up cron job by putting in `H/2 * * * *`. 6. Set up _Build_. 1. Add build step _Execute Shell_. - 2. Enter `make` (This will run the Makefile). + 2. Enter `cd original` and `make` (This will change to the directory where the Makefile is and then run it). 7. Click _Save_. If you want a bit more of a challenge consider setting up Webhooks as opposed to polling. A fun Jenkins exercise that From 919a9f944a8d726d7a0491a0827b7fa288ab1e0d Mon Sep 17 00:00:00 2001 From: Raquel Campuzano Godoy Date: Mon, 2 Sep 2019 13:37:10 +0200 Subject: [PATCH 2/5] Add Embeddabel Build status badge --- original/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/original/README.md b/original/README.md index 96c31d0..6d5f827 100644 --- a/original/README.md +++ b/original/README.md @@ -90,3 +90,5 @@ testing, feedback, and much more. ### Thank You Justin Bankes + +[![Build Status](http://23.96.122.58/job/hello_jenkins/5/badge/icon)](http://23.96.122.58/job/hello_jenkins/5/) From 6d4cf9fe9bee5b2eb46b970c21fcbe8fcc40b25a Mon Sep 17 00:00:00 2001 From: Raquel Campuzano Godoy Date: Mon, 2 Sep 2019 13:39:58 +0200 Subject: [PATCH 3/5] Update code embeddable build status badge --- original/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/original/README.md b/original/README.md index 6d5f827..8c425f9 100644 --- a/original/README.md +++ b/original/README.md @@ -1,3 +1,4 @@ +[![Build Status](http://23.96.122.58/job/hello_jenkins/5/badge/icon)](http://23.96.122.58/job/hello_jenkins/5/) ## Hello_Jenkins This simple exercise is designed to introduce you to Jenkins and continuous integration. This was originally written as an exercise for California State University, Chico. I have since modified it to be a simple exercise for anyone @@ -90,5 +91,3 @@ testing, feedback, and much more. ### Thank You Justin Bankes - -[![Build Status](http://23.96.122.58/job/hello_jenkins/5/badge/icon)](http://23.96.122.58/job/hello_jenkins/5/) From 8f1ee1b2ad223a1ff7652925937bf265ec4ce641 Mon Sep 17 00:00:00 2001 From: Raquel Campuzano Godoy Date: Mon, 2 Sep 2019 13:40:43 +0200 Subject: [PATCH 4/5] Update readme embeddable build status --- original/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/original/README.md b/original/README.md index 8c425f9..10edde7 100644 --- a/original/README.md +++ b/original/README.md @@ -1,4 +1,4 @@ -[![Build Status](http://23.96.122.58/job/hello_jenkins/5/badge/icon)](http://23.96.122.58/job/hello_jenkins/5/) +[![Build Status](http://23.96.122.58/job/hello_jenkins/badge/icon)](http://23.96.122.58/job/hello_jenkins/) ## Hello_Jenkins This simple exercise is designed to introduce you to Jenkins and continuous integration. This was originally written as an exercise for California State University, Chico. I have since modified it to be a simple exercise for anyone From 683b3e5183d57b9934f54b73126edf8048f19937 Mon Sep 17 00:00:00 2001 From: Raquel Campuzano Godoy Date: Mon, 2 Sep 2019 15:42:46 +0200 Subject: [PATCH 5/5] Fix typo --- original/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/original/README.md b/original/README.md index 10edde7..9e21b5a 100644 --- a/original/README.md +++ b/original/README.md @@ -21,7 +21,7 @@ heart's desire. #### Setting up a Job in Jenkins ![Jenkins Landing Page](img/jenkins_landing.png) -1. Navtigate to Jenkins server. +1. Navigate to Jenkins server. 2. Click _New Item_. 3. Enter a name for your project, click _Freestyle Project_, then _OK_. 1. _Note_: Please do not include a space.