Re: How do I install a plugin in Jenkins using Remote access API?

2012-03-19 Thread Sami Tikka
AFAIK there is no way to install plugins by sending them over HTTP to Jenkins. Could you still elaborate more on why the CLI or normal way to install plugins (via the Jenkins UI) are not sufficient for your use case? -- Sami 2012/3/19 Harish Kayarohanam : > Hi , > > I would like to know, how to

How do I install a plugin in Jenkins using Remote access API?

2012-03-18 Thread Harish Kayarohanam
Hi , I would like to know, how to install a plugin to Jenkins, Using Remote access API . I found a way to install using jenkins CLI. But I need to know how to do the same using API. I tried using jenkins-python library. But I did not find any way to install plugin there. Thanks in Advance .