Re: New Plugin - Dependency-Track

2018-09-12 Thread Slide
Hi Steve, Please see https://wiki.jenkins.io/display/JENKINS/Hosting+Plugins for information on how to get a plugin hosted. Regards, Alex On Wed, Sep 12, 2018 at 4:36 PM Steve Springett wrote: > Hello, > > I’m the author of a few Jenkins plugins and I’m working on another. > > The plugin is

New Plugin - Dependency-Track

2018-09-12 Thread Steve Springett
Hello, I’m the author of a few Jenkins plugins and I’m working on another. The plugin is for Dependency-Track, an open source platform that allows organizations to track the use of third-party and open source components, determine if they are out-of-date, or have publicly disclosed

Re: How to avoid using prebuild() in a pipeline plugin?

2018-09-12 Thread Jesse Glick
On Wed, Sep 12, 2018 at 4:18 AM steadyonabix wrote: > I think the simple build step wouldn't help, as I would then have to ensure > that it was run first, thereby reintroducing the specific run order. You cannot have a step which configures and starts the scanner, runs it on whatever, and then

Re: Warning about null display name when running Jenkins via - mvn hip:run

2018-09-12 Thread Bradley Atkins
ok thanks On Wed, 12 Sep 2018 at 09:56, Daniel Beck wrote: > This was fixed in external-monitor-job 1.4 in 2014. > > Start by updating your dependencies and making sure they're consistent. > Pretty sure the other issue is related to that as well. > > > On 12. Sep 2018, at 10:48, steadyonabix >

Re: Problems with the SSH plugins when running under - mvn hpi:run

2018-09-12 Thread Bradley Atkins
Thanks, you were right. On Wed, 12 Sep 2018 at 10:27, Ullrich Hafner wrote: > You need to update some dependencies in you pom. Make sure that you use a > compatible set of dependencies. The maven enforcer will assist you with the > problems of wrong and old dependencies. > > Am 12.09.2018 um

[Evergreen] Update to the snapshotting / "safe upgrade" JEP 302

2018-09-12 Thread Baptiste Mathus
Hello everyone, I'm adding more thoughts about JEP 302 and the real meat I'm digging into only since some days. Thoughts and challenges around upgrading and rolling back Jenkinses automatically correctly. FYI https://github.com/jenkinsci/jep/pull/199 Again, the current WIP addition is more

Re: Kubernetes Plugin and Configuration as Code Plugin

2018-09-12 Thread Carlos Sanchez
can you post the specific error On Wed, Sep 12, 2018 at 4:11 PM Emir Özbir wrote: > Sorry about that > I want write " your image has some spesific configuration" for > configuration aa code plugin > > 12 Eyl 2018 Çar 12:03 tarihinde Carlos Sanchez şunu > yazdı: > >> can you post the specific

Re: Kubernetes Plugin and Configuration as Code Plugin

2018-09-12 Thread Emir Özbir
Sorry about that I want write " your image has some spesific configuration" for configuration aa code plugin 12 Eyl 2018 Çar 12:03 tarihinde Carlos Sanchez şunu yazdı: > can you post the specific error > > > Maybe csanchez/jenkins-kubernetes-configuration-as-code has a some > spesific error .

Re: Problems with the SSH plugins when running under - mvn hpi:run

2018-09-12 Thread Ullrich Hafner
You need to update some dependencies in you pom. Make sure that you use a compatible set of dependencies. The maven enforcer will assist you with the problems of wrong and old dependencies. > Am 12.09.2018 um 10:26 schrieb steadyonabix : > > I'm seeing these errors when starting up Jenkins via

Re: Kubernetes Plugin and Configuration as Code Plugin

2018-09-12 Thread Carlos Sanchez
can you post the specific error > Maybe csanchez/jenkins-kubernetes-configuration-as-code has a some spesific error . I thought you said that image worked and the one you provided didn't On Wed, Sep 12, 2018 at 10:18 AM Emir Özbir wrote: > I've a big trouble with KUBERNETES and Configuration

Re: Warning about null display name when running Jenkins via - mvn hip:run

2018-09-12 Thread Daniel Beck
This was fixed in external-monitor-job 1.4 in 2014. Start by updating your dependencies and making sure they're consistent. Pretty sure the other issue is related to that as well. > On 12. Sep 2018, at 10:48, steadyonabix wrote: > > Hi > > Anyone else seeing this warning when running via mvn

Warning about null display name when running Jenkins via - mvn hip:run

2018-09-12 Thread steadyonabix
Hi Anyone else seeing this warning when running via *mvn hip:run* Sep 11, 2018 3:20:44 PM hudson.ExtensionComponent compareTo WARNING: null java.lang.NoSuchMethodError: hudson.model.Messages.ExternalJob_DisplayName()Ljava/lang/String; at

Problems with the SSH plugins when running under - mvn hpi:run

2018-09-12 Thread steadyonabix
I'm seeing these errors when starting up Jenkins via the *mvn hpi:run* task: Sep 11, 2018 3:20:42 PM jenkins.InitReactorRunner$1 onTaskFailed SEVERE: Failed Loading plugin SSH Credentials Plugin v1.10 (ssh-credentials) java.io.IOException: SSH Credentials Plugin v1.10 failed to load. -

Re: How to avoid using prebuild() in a pipeline plugin?

2018-09-12 Thread steadyonabix
Thanks Jesse, With hindsight, an obvious solution. :) I think the simple build step wouldn't help, as I would then have to ensure that it was run first, thereby reintroducing the specific run order. Thanks again On Tuesday, 11 September 2018 16:44:12 UTC+1, Jesse Glick wrote: > > On Tue, Sep

Kubernetes Plugin and Configuration as Code Plugin

2018-09-12 Thread Emir Özbir
I've a big trouble with KUBERNETES and Configuration as code plugin . When I try demo at https://github.com/jenkinsci/configuration-as-code-plugin/tree/master/demos/kubernetes . I 've no problem master can create slaves and run the jobs very well but when I change image at name at demo

Re: Pre-JEP check: Jenkins telemetry

2018-09-12 Thread Daniel Beck
> On 12. Sep 2018, at 06:58, Baptiste Mathus wrote: > > * How does this relate to JENKINS-32485? I seem to understand it could well > cover it, apart from the required end date? Basically that, and JENKINS-32485 suffers from tying itself, at least in the description, to the terrible usage