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.tar.gz
(6.4 kB
view details)
File details
Details for the file jenkins_rapid-0.3.tar.gz
.
File metadata
- Download URL: jenkins_rapid-0.3.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 | 0930ed9c4d7fb053a761d10c0d5ef39f2561c88b3151d5f8bca317db89e762e9 |
|
MD5 | 9f451723f0e9c0e9620bd91a76a65096 |
|
BLAKE2b-256 | a7092d7ed5eb10b0f306c40966f5abb87c57ae52c6476a5e6e7383ece097a3fe |