No project description provided
Project description
jenviz is a command line tool to visualize your Jenkins job relationships.
Installation
Into a virtualenv:
virtualenv venv source venv/bin/activate pip install -e . # now you can use the tool jenviz -h
Configuration
There are currently 2 ways to configure jenviz.
adding the Jenkins url, username and password via command line parameters:
$ jenviz --jenkins-url https://my-jenkins-instance/ --jenkins-user joe --jenkins-password 123 SomeJobName
using a .ini style configuration file and profiles:
$ cat ~/.config/jenviz.ini [profile1] url=https://my-jenkins-instance user=joe password=123 $ jenviz -p profile1 SomeJobName
Contributions
Please use github (https://github.com/toabctl/jenviz) issues and pull requests for discussions and contribution.
FAQ
Why are subprojects are not visible in the output?
Try to update the Parameterized Trigger Plugin on the jenkins instance.
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
jenviz-0.2.1.tar.gz
(9.0 kB
view details)
File details
Details for the file jenviz-0.2.1.tar.gz
.
File metadata
- Download URL: jenviz-0.2.1.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.0.1 pkginfo/1.4.2 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9528dd12e91961db40331ed03b07a773a28acd11ceaaa996b41c9325ab241a88 |
|
MD5 | 39b9d63481f4e7e7c6ecd2c385d07da1 |
|
BLAKE2b-256 | bcb891ac7fa62e5731a400b73ffa4d89fbb63984819da9e618308e8dd131aa9c |