https://github.com/gluster/centosci
Centos CI jobs for Gluster project
https://github.com/gluster/centosci
Last synced: 8 months ago
JSON representation
Centos CI jobs for Gluster project
- Host: GitHub
- URL: https://github.com/gluster/centosci
- Owner: gluster
- License: mit
- Created: 2018-02-13T04:22:40.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T05:37:20.000Z (over 2 years ago)
- Last Synced: 2025-03-26T03:51:21.521Z (over 1 year ago)
- Language: Shell
- Size: 259 KB
- Stars: 4
- Watchers: 10
- Forks: 26
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# centosci
This repository contains Jenkins job builder files for the Gluster project.
These jobs are run on ci.centos.org using [Jenkins Job Builder][jjb].
[jjb]: http://docs.openstack.org/infra/jenkins-job-builder/
## Guidelines for jobs
* Make sure job names are prefixed with `gluster_`.
* Do not prefix the yml file with `gluster_` as it will make it more difficult
for human readability and autocompletion.
* Make a folder inside scripts folder for all scripts related to your code.
* Anything in scripts/common is expected to be re-used by multiple jobs.
* Do not curl or wget a script from github and execute it in your job.