Download the PHP package phppkg/jenkins-client without Composer
On this page you can find all versions of the php package phppkg/jenkins-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phppkg/jenkins-client
More information about phppkg/jenkins-client
Files in phppkg/jenkins-client
Download phppkg/jenkins-client
More information about phppkg/jenkins-client
Files in phppkg/jenkins-client
Vendor phppkg
Package jenkins-client
Short Description Jenkins PHP API client
License MIT
Homepage https://github.com/phppkg/jenkins-client
Package jenkins-client
Short Description Jenkins PHP API client
License MIT
Homepage https://github.com/phppkg/jenkins-client
Please rate this library. Is it a good library?
Informations about the package jenkins-client
Jenkins client
中文说明
jenkins-client
- Designed to interact with Jenkins CI using its API.
phppkg/jenkins-client
is inspired from the https://github.com/jenkins-khan/jenkins-php-api
Install
- Required PHP 8.0+
composer
Usage
Before anything, you need to instantiate the client :
If your Jenkins needs authentication, you need to pass a URL like this : 'http://user:[email protected]:8080'
.
Simple example - sending "String Parameters":
Another example - sending a "File Parameter":
Here are some examples of how to use it:
Get the color of the job
Launch a Job
List the jobs of a given view
List builds and their status
Check if Jenkins is available
For more information, see the Jenkins API.
License
MIT
All versions of jenkins-client with dependencies
PHP Build Version
Package Version
The package phppkg/jenkins-client contains the following files
Loading the files please wait ....