https://github.com/redhataccess/ci-rhai
Jenkins job configuration files to be used to run robottelo tests for Red Hat Insights
https://github.com/redhataccess/ci-rhai
Last synced: about 2 months ago
JSON representation
Jenkins job configuration files to be used to run robottelo tests for Red Hat Insights
- Host: GitHub
- URL: https://github.com/redhataccess/ci-rhai
- Owner: redhataccess
- Created: 2015-11-23T14:29:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-26T14:13:55.000Z (about 10 years ago)
- Last Synced: 2026-04-20T22:54:33.152Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 17
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ci-rhai
============
JJB(Jenkins Job Builder) configuration files to be used to run robottelo tests for Red Hat Insights.
Installation
------------
Make sure you have pip installed on your system.
```
pip install -r requirements.txt
```
Update the Jenkins Job configuration file.
```
cp jenkins_jobs.ini.sample jenkins_jobs.ini
```
Make appropriate changes to the file.
```
[jenkins]
user=
password=
url=
```
Generating jobs
---------------
To test the generation of jobs:
```
jenkins-jobs --conf jenkins_jobs.ini test jobs
```
To update the jobs on Jenkins:
```
jenkins-jobs --conf jenkins_jobs.ini update jobs
```