Re: Difference between hpi and jpi plugins

2019-03-20 Thread Jesse Glick
On Wed, Mar 20, 2019 at 7:55 PM Parichay Barpanda wrote: > When I place the generated hpi plugin into the plugins folder Do not do that. If you must touch the filesystem directly, always create `${JENKINS_HOME}/plugins/${id}.jpi`. Normally you should allow Jenkins to store plugins via browser or

Re: Server side events if build has been finished

2019-03-20 Thread Jesse Glick
On Wed, Mar 20, 2019 at 5:38 PM Ullrich Hafner wrote: > Do we have a public API to receive server side events in the client (browser) Unfortunately we do not. > The build history portlet on the job page seems to update automatically of > the status of a build changes. Yes, but just because it

Re: Difference between hpi and jpi plugins

2019-03-20 Thread Richard Bywater
My recollection is that hpi stood for Hudson PlugIn. With the move away from Hudson to Jenkins, this became Jenkins PlugIn and hence jpi. Could be wrong but as Slide says, there's no real difference apart from the name. Cheers Richard. On Thu, 21 Mar 2019 at 12:55, Parichay Barpanda wrote: > Wh

Re: Difference between hpi and jpi plugins

2019-03-20 Thread Parichay Barpanda
When I place the generated hpi plugin into the plugins folder (/var/jenkins_home/plugins) it isn't renamed after restart but it works with my Jenkins instance. Thanks for the info. :) On Thu 21 Mar, 2019, 05:17 Slide The Gradle vs maven thing is wrong. Hpi is just a legacy extension, the > files

Re: Difference between hpi and jpi plugins

2019-03-20 Thread Slide
The Gradle vs maven thing is wrong. Hpi is just a legacy extension, the files will be renamed to .jpi as you mentioned. There really is not a difference. On Wed, Mar 20, 2019, 15:09 Parichay Barpanda wrote: > How are *.hpi and *.jpi plugins different? > > For example, when I install github-branc

Difference between hpi and jpi plugins

2019-03-20 Thread Parichay Barpanda
How are *.hpi and *.jpi plugins different? For example, when I install github-branch-source-plugin from my Jenkins instance, it installs *.jpi plugin (that is what i find under /var/jenkins_home/plugins). And when I clone the source code of the same plugin and I run 'mvn install', I get a *.hp

Re: Server side events if build has been finished

2019-03-20 Thread Gavin Mogan
For browser side, you can use https://github.com/jenkinsci/sse-gateway-plugin which can send events to the front end For back end, I know there are listeners, but I havn't looked into them too much yet. On Wed, Mar 20, 2019 at 2:38 PM Ullrich Hafner wrote: > Do we have a public API to receive s

Server side events if build has been finished

2019-03-20 Thread Ullrich Hafner
Do we have a public API to receive server side events in the client (browser) when a build has been finished? The build history portlet on the job page seems to update automatically of the status of a build changes. I also want to auto-update my JS charts on the job page if there are new builds

Re: Plugin in release repository and not in the update centre

2019-03-20 Thread Rafael Ruiz Palacios
Never mind! I can see it now! Thanks group! Rafa -- Rafael Ruiz Palacios Software Engineer MidVision Ltd 4 Prince Albert Road Regent's Park London NW1 7SN M (Spain) +34 635 43 08 70 M (Uk) +44 754 324 2681 T +44 203 368 8980 www.MidVision.com > On 20 Mar 2019, at 15:41, Rafael Ruiz Palacios

Re: [GSOC] Jenkins REST API Client Pipeline Wrapper Plugin Proposal

2019-03-20 Thread sbarathwaj4
Hi Martin, Are we going to rewrite codes by using any one of the 3 plugins or write from scratch?? If its going to be from scratch, I find that its always best to cover all aspects of Jenkins to be covered under REST API. Similar to Bitbucket APIs, like connecting the configuration till enablin

Re: acceptance-test-harness questions

2019-03-20 Thread Julien HENRY
Hi Olivier, Any suggestion on how to achieve this? Basically I would like to take a copy of the update center corresponding to the oldest version of Jenkins we support, and use it in our ITs. This page give sev

Plugin in release repository and not in the update centre

2019-03-20 Thread Rafael Ruiz Palacios
Hi group! My question is very simple: I’ve just released a new version of my plugin (RapidDeploy Plugin 4.0), and I can see it here in the releases repository: https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/rapiddeploy-jenkins/

Re: Blueocean generator for Blueocean plugin development

2019-03-20 Thread Robert Sandell
Perhaps someone could take over the BO archetype PR and get it merged? https://github.com/jenkinsci/archetypes/pull/24 /B Den tis 19 mars 2019 kl 18:15 skrev Parichay Barpanda < parichay.barpa...@gmail.com>: > Hi Keith, > > Thanks for the help. I needed this for one of my stretch goals for GSoC

Re: Adoption of dtkit-plugin

2019-03-20 Thread 'Nikolas Falco' via Jenkins Developers
Guys any chance to finalize this? I have pending work blocked because I can not push on repositories Il giorno domenica 3 marzo 2019 17:36:09 UTC+1, Nikolas Falco ha scritto: > > Hi, xunit-plugin is developed on top the dtkit-plugin libraries. > dtkit-plugin was develop by the same author of xun