An open API service indexing awesome lists of open source software.

https://github.com/eficode-academy/jcasc-katas

Jenkins Configuration As Code Katas to make you a JCasC ninja in due time.
https://github.com/eficode-academy/jcasc-katas

Last synced: 2 months ago
JSON representation

Jenkins Configuration As Code Katas to make you a JCasC ninja in due time.

Awesome Lists containing this project

README

        

# Jenkins Configuration As Code Katas

## Prerequisites

In order for you do do these katas, you need to have a linux box.
The following tools should be installed:

- Docker-compose
- Docker
- Git

[![Open the exercises in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/praqma-training/jcasc-katas.git)

## Natural order

1. [Setup Jenkins](setup-jenkins/README.md)
1. [Installing plugins](installing-plugins/README.md)
1. [Basic system configuration](basic-system-config/README.md)
1. [Configuring plugins](configuring-plugins/README.md)
1. [Build agents](build-agents/README.md)
1. [Jobs](jobs/README.md)
1. [Integrate ssh to the pipeline](configuring-ssh/README.md)

If you want to preserve your work, then it's recommended to fork this repository.

## Resources

Snippets for different plugins

Getting started:

Schema reference can be found on `/configuration-as-code/reference`