global-jenkins-jobs
Overview
Repository for global Jenkins jobs used in my AWS cloud. The infrastructure for creating the Jenkins server exists in the global-aws-infrastructure repository. The Jenkins Job DSL Plugin is used to automate the task of generating Jenkins jobs. With the Job DSL Plugin, all the Jenkins jobs are represented as Groovy scripts. The names of Job DSL Plugin files can only contain letters, digits, and underscores.
Directories
Directory Name | Description |
---|---|
bootstrap |
Jenkins jobs which are made when the server is first booted up. |
code-samples |
Jenkins jobs for smaller code samples in my repositories, some used in articles. |
folders |
Folders on the Jenkins server used to group jobs. |
global-aws |
Jenkins jobs used with the global AWS infrastructure. |
infrastructure |
Generic jenkins jobs for infrastructure building. |
jarombek-com |
Jenkins jobs for the jarombek.com application. |
manual |
Jenkins jobs that are manually created instead of through a seed job. |
modules |
Groovy modules for creating reusable Job DSL Plugin scripts. |
saints-xctf |
Jenkins jobs for the SaintsXCTF application. |