Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbankes/hello_jenkins
A Jenkins Demo with a Hello World C++ program.
https://github.com/jbankes/hello_jenkins
csuchico demo jenkins jenkins-ci status-badge
Last synced: about 1 month ago
JSON representation
A Jenkins Demo with a Hello World C++ program.
- Host: GitHub
- URL: https://github.com/jbankes/hello_jenkins
- Owner: jbankes
- License: mit
- Created: 2016-08-04T07:20:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T12:35:29.000Z (almost 4 years ago)
- Last Synced: 2024-10-13T07:41:37.452Z (about 1 month ago)
- Topics: csuchico, demo, jenkins, jenkins-ci, status-badge
- Language: C++
- Homepage:
- Size: 924 KB
- Stars: 23
- Watchers: 4
- Forks: 164
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Hello_Jenkins
These simple exercises are designed to introduce you to Jenkins and continuous integration. The original exercise
was written as an exercise for California State University, Chico. I have since modified it to be a simple exercise for
anyone to use. There will be a new version of the exercise that utilizes declarative Jenkinsfiles.## Overview
1. [Original Exercise - "Standard Jenkins Jobs"](original/README.md)
2. Declarative Jenkinsfiles _coming soon_.#### Prerequisites
A Jenkins server is needed in order to complete the exercise. One option is local virtualization using
[Docker](https://hub.docker.com/r/jenkins/jenkins/) or a virtual machine. Another is installing Jenkins on a cloud
platform like AWS. A t2.micro would be more than enough for this particular exercise. I aim to make a single Jenkins
instance strong enough for all exercises that would be part of _Hello Jenkins_.You should fork this repository and set up to run on your own. This will allow you to change and experiment to your
heart's desire.## Something to remember
DevOps is about experimentation. These exercises are not in any way "500 level" class experiments. The goal here is to
experiment with something new that you haven't before and then break it. Fix what you broke. Then break it again.
You'll learn and who doesn't like breaking stuff??### Thank You
Justin Bankes