Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thilinamanamgoda/jenkins-pipeline-artifacts
https://github.com/thilinamanamgoda/jenkins-pipeline-artifacts
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thilinamanamgoda/jenkins-pipeline-artifacts
- Owner: ThilinaManamgoda
- License: apache-2.0
- Created: 2018-11-28T14:22:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-01T12:53:03.000Z (over 5 years ago)
- Last Synced: 2024-11-11T10:51:11.733Z (3 months ago)
- Language: TSQL
- Size: 192 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jenkins-pipeline-artifacts
This repository contains resources needed for CICD pipeline.
#### Structure
```
.
├── cfn
│ └── jenkins.yaml
├── jenkinsfile
│ ├── aws
│ │ └── Jenkinsfile
│ └── k8s
├── README.md
└── scripts
├── packer
│ ├── packer.json
│ └── packer-resources
│ ├── conf
│ │ ├── limits.conf
│ │ ├── sources.list
│ │ └── sysctl.conf
│ ├── config.sh
│ └── util
│ ├── ei
│ │ ├── ei.sql
│ │ ├── mb.sql
│ │ ├── provision_db_ei.sh
│ │ └── provision_db_mb.sh
│ └── ei-init.sh
└── puppet
├── apply-config.sh
└── construct-puppet-module.sh
```* cfn: This directory holds the CFN for the Jenkins server
* jenkinsfile: This directory contains Main pipeline script for each infrastructure
* scripts: This directory holds utility scripts needed for Packer and Puppet