You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was trying to use the api in my php code to see if I can get the jenkins data and display it on a page.
I wrote a sample script, but I do not see anything happening. I have installed the package on my local system using "php composer.phar require jenkins-khan/jenkins-api=dev-master"
Hi,
I was trying to use the api in my php code to see if I can get the jenkins data and display it on a page.
I wrote a sample script, but I do not see anything happening. I have installed the package on my local system using "php composer.phar require jenkins-khan/jenkins-api=dev-master"
Then used the below script:
:@test-jenkins.internal.xyzcomp.com:8443'); $view = $jenkins->getView('TestView'); foreach ($view->getJobs() as $job) { var_dump($job->getName()); } ?>Can you please help me fix the problem
The text was updated successfully, but these errors were encountered: