https://github.com/toabctl/jentool
Tool to maintain Jenkins jobs
https://github.com/toabctl/jentool
jenkins
Last synced: about 1 year ago
JSON representation
Tool to maintain Jenkins jobs
- Host: GitHub
- URL: https://github.com/toabctl/jentool
- Owner: toabctl
- License: apache-2.0
- Created: 2021-10-19T09:15:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T08:45:11.000Z (over 1 year ago)
- Last Synced: 2025-03-24T06:51:48.974Z (about 1 year ago)
- Topics: jenkins
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
jentool
-------
`jentool` is a command line tool for doing basic Jenkins maintenance tasks.
Installation
============
Into a `virtualenv`::
virtualenv venv
source venv/bin/activate
pip install -e .
# now you can use the tool
jentool -h
Configuration
=============
To configure `jentool`, a .ini style configuration file is needed::
$ cat ~/.config/jentool.ini
[profile1]
url=https://my-jenkins-instance
user=joe
password=123
$ jentool -p profile1 nodes-list
Contributions
=============
Please use github (https://github.com/toabctl/jentool) issues
and pull requests for discussions and contribution.