CentOS-CI-Jobs

Created 7 years ago
Maintained by kbsingh
JJB Index for jobs running at https://ci.centos.org/  |  https://ci.centos.org/
Members 1
Karanbir Singh committed 7 years ago

WIP

This repo is a work in progress. We aim to host Jenkins Job Builder snippets that activate CI runs for any project that wishes to be included.

To add your own repo here, please send a Pull Req to : https://pagure.io/CentOS-CI-Jobs/blob/master/f/index.yaml and add a snippet like this to the bottom:

        - 'pagure_io-{git_repo}':
            git_repo: REPO_NAME
            ci_cmd: 'COMMAND_TO_RUN'
  1. Replace REPO_NAME with your reponame
  2. Replace COMMAND_TO_RUN with the actual command, eg: '/bin/bash cico_tests.sh'
  3. Do not change the {git_repo} portion, that is used to match the template

Note

Only projects hosted at pagure.io may be allowed into this JJB.

ToDo