项目作者: Idnan

项目描述 :
A jenkins tool to run jobs from command line
高级语言: PHP
项目地址: git://github.com/Idnan/jenkins-deploy.git
创建时间: 2019-01-13T14:22:33Z
项目社区:https://github.com/Idnan/jenkins-deploy

开源协议:

下载


jenkins deploy

A jenkins tool to run jobs from command line

Configure

Run following command to configure the tool. It will ask for jenkins url, username, token (Profile > Configure > Add New Token)

  1. jenkins configure

Once its configured the application is ready for use.

Deploy

Run following command to deploy the any job

  1. jenkins deploy job_name

List Jobs

Run following command to list all the jobs

  1. jenkins deploy list-jobs

use -v for detailed output.

todos

[x] Configure command to automate the cli download and configure the configuration
[ ] Write tests