Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion original/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Build Status](http://23.96.122.58/job/hello_jenkins/badge/icon)](http://23.96.122.58/job/hello_jenkins/)
## Hello_Jenkins <img align="right" src="img/liatrio.png">
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
Expand Down Expand Up @@ -33,7 +34,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
Expand Down