Skip to content

Group study projects. Jenkins and Docker project

Notifications You must be signed in to change notification settings

Leily67/My_Marvin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My_Marvin

Table of contents

  1. The project
  2. Technologies
  3. Authors

Project

Jenkins is the most popular Open Source automation platform. It can automate any task you want, from simple periodic cleanups to full production-scaled deployments. Therefore, it allows to setup the cornerstone of the DevOps chain: the Continuous Integration / Continuous Delivery (or Continuous Deployment) pipeline.You might also have already read or heard about it, going by the name of CI/CD pipeline.

Jenkins Logo

During this project, you are going to master the art of automating your everyday developer tasks with Jenk-ins.

Configuration As Code

Throughout this project you will use Configuration as Code (a.k.a. JCasC), which allows you to describe your entire desired Jenkins configuration in just a single YAML file.

There must be no hardcoded password, all of them must be set by retrieving the valuesof the associated environment variables.

Technologies

Authors

About

Group study projects. Jenkins and Docker project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages