TBA
Project description
Jino
====
Jino is a web application, used for managing and monitoring Jenkins jobs.
Installation
------------
To install jino, run the following command:
sudo pip install jino
Running the server
------------------
Jino requires several arguments in order to run properly:
* Jenkins URL - the url of your Jenkins server (e.g http://my_jenkins)
* Username - Jenkins username
* Password - Jenkins password
* Jobs YAML - Jino will build the home page tables based on this file
To run Jino::
jino runserver --jenkins 'http://my_jenkins' --username X --password Y --jobs /etc/jobs.yaml
OR
jino runserver --conf /etc/jino.cfg --jobs /etc/jobs.yaml
Configuration
-------------
You must specify three variables:
JENKINS = http://<your_jenkins_server>
USERNAME = <Jenkins user>
PASSWORD = <Jenkins user password>
The location specified by --conf. By default, Jino will look for /etc/jino/config.cfg.
Jobs
----
Using YAML format:
- table: neutron
jobs:
- title: "Title of the first row"
name: "jenkins-job-name1"
- title: "Title of the second row"
name: "jenkins-job-name2"
The location specified by --jobs. By default, Jino will look for /etc/jino/jobs.yaml.
Drop database tables
--------------------
To drop all the tables, run:
jino drop
====
Jino is a web application, used for managing and monitoring Jenkins jobs.
Installation
------------
To install jino, run the following command:
sudo pip install jino
Running the server
------------------
Jino requires several arguments in order to run properly:
* Jenkins URL - the url of your Jenkins server (e.g http://my_jenkins)
* Username - Jenkins username
* Password - Jenkins password
* Jobs YAML - Jino will build the home page tables based on this file
To run Jino::
jino runserver --jenkins 'http://my_jenkins' --username X --password Y --jobs /etc/jobs.yaml
OR
jino runserver --conf /etc/jino.cfg --jobs /etc/jobs.yaml
Configuration
-------------
You must specify three variables:
JENKINS = http://<your_jenkins_server>
USERNAME = <Jenkins user>
PASSWORD = <Jenkins user password>
The location specified by --conf. By default, Jino will look for /etc/jino/config.cfg.
Jobs
----
Using YAML format:
- table: neutron
jobs:
- title: "Title of the first row"
name: "jenkins-job-name1"
- title: "Title of the second row"
name: "jenkins-job-name2"
The location specified by --jobs. By default, Jino will look for /etc/jino/jobs.yaml.
Drop database tables
--------------------
To drop all the tables, run:
jino drop
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jino-0.0.1.dev12.tar.gz
(752.0 kB
view details)
File details
Details for the file jino-0.0.1.dev12.tar.gz
.
File metadata
- Download URL: jino-0.0.1.dev12.tar.gz
- Upload date:
- Size: 752.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2febcf74c52422bb310b3cad63bba0b89efb54c7bedeed63ff319432416b298b |
|
MD5 | 912e7cbae1b48af29084add9306f8158 |
|
BLAKE2b-256 | 1453f30666b6868bf66cdd06620c2d6baa7271e3472a2f847507bdfc5c2c3ee8 |