Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgwalters/centos-ci-skeleton
Demonstration framework for best-practice jobs in CentOS CI
https://github.com/cgwalters/centos-ci-skeleton
Last synced: 1 day ago
JSON representation
Demonstration framework for best-practice jobs in CentOS CI
- Host: GitHub
- URL: https://github.com/cgwalters/centos-ci-skeleton
- Owner: cgwalters
- Created: 2016-05-18T17:33:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T12:01:48.000Z (about 8 years ago)
- Last Synced: 2024-11-16T21:41:58.590Z (about 1 month ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository combines two things:
- Scripts wrapping Duffy
- Skeleton jenkins job builder macros for allocating machines
and running AnsibleQuickstart
==========First, create a file `jenkins.ini`:
```
[jenkins]
user=
password=
url=https://ci.centos.org
```Fill in your user/password.
Run this step to prepare the templates.
```
make CENTOSCIPROJECTNAME=mysig CENTOSCINODE=my-sig-ci-slave01
```Now, to update your jobs:
```
jenkins-jobs --conf jenkins.ini update jjb:/path/to/your/jobs
```Look at the JJB in `jjb-demo` as a starting point.