jino 0.0.1.dev12

Creator: railscoder56

Last updated:

Add to Cart

Description:

jino 0.0.1.dev12

Jino====Jino is a web application, used for managing and monitoring Jenkins jobs.Installation------------To install jino, run the following command: sudo pip install jinoRunning 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 fileTo run Jino:: jino runserver --jenkins 'http://my_jenkins' --username X --password Y --jobs /etc/jobs.yamlOR jino runserver --conf /etc/jino.cfg --jobs /etc/jobs.yamlConfiguration-------------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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.