https://github.com/idnan/jenkins-deploy
A jenkins tool to run jobs from command line
https://github.com/idnan/jenkins-deploy
jenkins jenkins-jobs
Last synced: 7 months ago
JSON representation
A jenkins tool to run jobs from command line
- Host: GitHub
- URL: https://github.com/idnan/jenkins-deploy
- Owner: Idnan
- Created: 2019-01-13T14:22:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T14:24:04.000Z (over 6 years ago)
- Last Synced: 2025-01-28T18:32:36.323Z (9 months ago)
- Topics: jenkins, jenkins-jobs
- Language: PHP
- Size: 17.6 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`)
```
jenkins configure
```Once its configured the application is ready for use.
## Deploy
Run following command to deploy the any job
```
jenkins deploy job_name
```## List Jobs
Run following command to list all the jobs
```
jenkins deploy list-jobs
```use `-v` for detailed output.
## todos
[x] Configure command to automate the cli download and configure the configuration
[ ] Write tests