All Projects → jbankes → Hello_Jenkins

jbankes / Hello_Jenkins

Licence: MIT license
A Jenkins Demo with a Hello World C++ program.

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Hello Jenkins

artifact-promotion-plugin
A simple Jenkins plugin to promote artifacts.
Stars: ✭ 29 (+38.1%)
Mutual labels:  jenkins, jenkins-ci
osf-builder-suite-for-sfcc-deploy-plugin
OSF Builder Suite For Salesforce Commerce Cloud :: Deploy
Stars: ✭ 14 (-33.33%)
Mutual labels:  jenkins, jenkins-ci
jenkins pipeline
A lean Continuous Deployment, Testing and Integration Pipeline using CoreOS/Docker/Jenkins
Stars: ✭ 44 (+109.52%)
Mutual labels:  jenkins, jenkins-ci
Containerization-Automation
Study and Use of Containers and Automation Tools
Stars: ✭ 45 (+114.29%)
Mutual labels:  jenkins, jenkins-ci
jenkinsapi
A Python API for accessing resources and configuring Hudson & Jenkins continuous-integration servers
Stars: ✭ 790 (+3661.9%)
Mutual labels:  jenkins
croc-hunter-jenkinsx
Croc Hunter demo, deployed with Jenkins X
Stars: ✭ 19 (-9.52%)
Mutual labels:  jenkins
jenkins-client-java
Java实现的对Jenkins操作
Stars: ✭ 28 (+33.33%)
Mutual labels:  jenkins
one-click-microservice
A starting point for automating the creation of microservices and all its Ops costs with a single click.
Stars: ✭ 27 (+28.57%)
Mutual labels:  jenkins
springboot-deploy-demo
spring boot deploy
Stars: ✭ 16 (-23.81%)
Mutual labels:  jenkins
ods-jenkins-shared-library
Shared Jenkins library which all ODS projects & components use - provisioning, SonarQube code scanning, Nexus publishing, OpenShift template based deployments and repository orchestration
Stars: ✭ 51 (+142.86%)
Mutual labels:  jenkins
lambda-ci
CI/CD for Lambda Functions with Jenkins
Stars: ✭ 20 (-4.76%)
Mutual labels:  jenkins
community-edition
Zebrunner is a Test Automation Management Tool
Stars: ✭ 171 (+714.29%)
Mutual labels:  jenkins
gogs-webhook-plugin
Jenkins Gogs Webhook
Stars: ✭ 76 (+261.9%)
Mutual labels:  jenkins
kafka-connect-jenkins
Kafka Connect Connector for Jenkins Open Source Continuous Integration Tool
Stars: ✭ 29 (+38.1%)
Mutual labels:  jenkins
bitbucket-push-and-pull-request-plugin
Plugin for Jenkins v2.138.2 or later, that triggers job builds on Bitbucket's push and pull request events.
Stars: ✭ 47 (+123.81%)
Mutual labels:  jenkins
vacomall
☀️☀️ 基于 dubbo 实现的分布式电商平台。
Stars: ✭ 42 (+100%)
Mutual labels:  jenkins
blueocean-pipeline-editor-plugin
Jenkins Blue Ocean pipeline editor
Stars: ✭ 30 (+42.86%)
Mutual labels:  jenkins
saint-build
monitor your jenkins operations, jobs in async and functional elegance
Stars: ✭ 13 (-38.1%)
Mutual labels:  jenkins
docker-fastpath
Only Build Your Docker Images Once
Stars: ✭ 52 (+147.62%)
Mutual labels:  jenkins
jenkinsfile-runner-lambda
Run Jenkinsfiles in AWS Lambda
Stars: ✭ 52 (+147.62%)
Mutual labels:  jenkins

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"
  2. Declarative Jenkinsfiles coming soon.

Prerequisites

A Jenkins server is needed in order to complete the exercise. One option is local virtualization using Docker 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 [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].