A simple tool to rapidly create and debug jenkins pipelines
Project description
Jenkins Rapid
A commandline tool to quickly debug Jenkins piepline files
Install
$ pip install jenkins-rapid
Usage:
# Creates a new pipeline and tiggers job
$ jrp run --job <job_name> --url <jenkins_url> --user <username> --token <user_api_tokern>
# Deletes job
$ jrp delete --job <job_name> --url <jenkins_url> --user <username> --token <user_api_tokern>
# Example jobs with prameters
$ jrp --job test_deploy_my_app -e text -u https://jenkins.example.com:8080 -p param1=1,param2=develop
Features
- Create or update and trigger pipelines all at once for terminal
- Avoid hot coding on live pipelines
- Easily clone existing pipelines and run via command line
- Use your favorite IDE to develop pipelines locally
- View pipeline logs in terminal
Additonal info
-
Environment variables can be set for the following values for jenkins url and user credentials and will take presedence over commandline arguments
JENKINS_URL JENKINS_USER JENKINS_PASSWORD
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
jenkins_rapid-0.3.4.tar.gz
(6.4 kB
view details)
File details
Details for the file jenkins_rapid-0.3.4.tar.gz
.
File metadata
- Download URL: jenkins_rapid-0.3.4.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/2.7.15+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29cb22e3e42c40091e99b9684d0ca170376108f810b942f54435a3b13bf17b34 |
|
MD5 | a97c60090c2563935be5fedb5d0af57b |
|
BLAKE2b-256 | d94defaf9bb0a5271f1e51ad6a33ef7a359a4099500e314df5d8341b8a4b8824 |