-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need the API to create view #20
Comments
jenkins-php-api is an Jenkins Api client for php. We only retrieve information provided by Jenkins server. So, if if's not in the Jenkins API, it won't be in jenkins-php-api. |
Jenkins has the API, below is the python client code of Jenkins API : def create_view(self, str_view_name, people=None):
|
this could be done by calling the execute method https://github.com/pmsipilot/jenkins-php-api/blob/master/Jenkins.php#L627 with "createView" as first parameter and the same parameters than data of your example in the second parameter. |
ok, let me have a try! thanks for your reply. |
can you please provide the API to create View for Pipeline view?
The text was updated successfully, but these errors were encountered: