A simple tool to rapidly create and debug jenkins pipelines
Project description
Jenkins Rapid
A commandline tool to quickly develop/debug Jenkins piepline using jenkins files
Install
$ pip install jenkins-rapid
Usage:
# Create/Upated pipeline and tiggers build
$ jrp --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>
Features
- Upload jenkinsfile from local
- Create jobs with parameters
- Triggers jenkins jobs
- Streams log output to terminal
- Stop jobs running jobs from terminal
- Delete jenkins jobs
- Work with Jenkinsfiles directly from your favorite IDE
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 # Ex: export JENKINS_URL=http://localhost:8080 export JENKINS_USER=admin export JENKINS_PASSWORD=<jenkins_api_token>
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.4.2.tar.gz
(7.1 kB
view details)
File details
Details for the file jenkins_rapid-0.4.2.tar.gz
.
File metadata
- Download URL: jenkins_rapid-0.4.2.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fc25b65f429db05df35ff3ffdd93d4dd611c3332348894354f76a70423afdbe |
|
MD5 | 2fba38c6c75340e40dacb9eafac271fb |
|
BLAKE2b-256 | 11bf0c8963133b02a127738c7974893ad712391b7118f85f6e184634f14a5c17 |