Enforcer confusion and problems

2018-01-05 Thread Mike Caspar
Hi there, This is working ... org.jenkins-ci.plugins plugin 2.30 2.73.3 . In the project I maintain, there is an external dependency on a plugin that uses org.apache.commons.lang3 When I try and switch to plugin version 2.31 or above, I

Re: Recorder/Notifier execution order not enforced by Jenkins

2018-01-05 Thread Jesse Glick
On Fri, Jan 5, 2018 at 4:25 PM, Arnaud Tamaillon wrote: > now that we can reorder steps > by drag & dropping, and that we can do declarative pipelines, I think it is > void today. Built-in step order is ignored by Pipeline—whatever you ask to run, Jenkins runs, in that

Re: Calling a DSL extension resulting in error

2018-01-05 Thread Daniel Beck
> On 5. Jan 2018, at 22:01, Rijo Simon wrote: > > On adding node block I get the error: java.lang.NoSuchMethodError: No such > DSL method 'node' found among steps Per https://jenkins.io/doc/pipeline/steps/ the 'node' step is provided by the 'Pipeline: Nodes and Processes'

Recorder/Notifier execution order not enforced by Jenkins

2018-01-05 Thread Arnaud Tamaillon
Hello, While the Recorder, then Notifier order is documented in the documentation: - http://javadoc.jenkins-ci.org/hudson/tasks/Recorder.html - http://javadoc.jenkins-ci.org/hudson/tasks/Notifier.html - http://javadoc.jenkins-ci.org/hudson/model/Build.html , it seems not to be

Re: Calling a DSL extension resulting in error

2018-01-05 Thread Rijo Simon
This is my pipeline script: node{ step ([$class: 'GoBuildSandboxBuilder', product: 'gobuild_tiny_target', branch: 'main', changeset: 'False']) } On Friday, January 5, 2018 at 1:01:16 PM UTC-8, Rijo Simon wrote: > > On adding node block I get the error: java.lang.NoSuchMethodError: No > such

Re: Calling a DSL extension resulting in error

2018-01-05 Thread Rijo Simon
On adding node block I get the error: java.lang.NoSuchMethodError: No such DSL method 'node' found among steps On Friday, January 5, 2018 at 12:37:30 PM UTC-8, Jesse Glick wrote: > > On Fri, Jan 5, 2018 at 3:30 PM, Rijo Simon > wrote: > >

Re: Calling a DSL extension resulting in error

2018-01-05 Thread Jesse Glick
On Fri, Jan 5, 2018 at 3:30 PM, Rijo Simon wrote: > org.jenkinsci.plugins.workflow.steps.MissingContextVariableException: > Required context class hudson.FilePath is missing `step` may only be called inside `node`. -- You received this message because you are subscribed to

Re: Calling a DSL extension resulting in error

2018-01-05 Thread Rijo Simon
After install workflow-basic-steps, I get the following stacktrace: [Pipeline] stage[Pipeline] { (gobuild-stage)[Pipeline] stepRequired context class hudson.FilePath is missing[Pipeline] }[Pipeline] // stage[Pipeline] End of

Re: Calling a DSL extension resulting in error

2018-01-05 Thread Jesse Glick
On Fri, Jan 5, 2018 at 2:36 PM, Rijo Simon wrote: > java.lang.NoSuchMethodError: No such DSL method 'step' found among steps Install the `workflow-basic-steps` plugin. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.

Re: Calling a DSL extension resulting in error

2018-01-05 Thread Rijo Simon
Hey Daniel, Thanks for pointing it out. Again some of my queries here are based out of nube status developing a jenkins plugin. Or even writing pipeline script. So here it goes. So I read how ForgetBuilder was defined in the pipeline integration documentation below, and then I first tried what

Re: Plugin idea - declarative pipeline script builder

2018-01-05 Thread Jesse Glick
On Thu, Jan 4, 2018 at 8:17 PM, Sharon Grubner wrote: > as part of our DSL libraries we like to set up different utilities that lead > to more consistent pipeline jobs across our different projects/users. The normal way to accomplish that is to use Pipeline libraries,

Re: org.jenkins-ci.main:jenkins-war:executable-war:2.73.3 cannot be resolved (Was: Re: Issue with upgrading to Jenkins 2.76)

2018-01-05 Thread Jesse Glick
On Thu, Jan 4, 2018 at 7:26 PM, Ullrich Hafner wrote: > I just do not like red squiggles somewhere in the project. It looks like a > compile error Right. Well, other than voting for the known IDEA bug, not sure what to tell you. -- You received this message because

Re: [GSoC 2018] - Preliminary announcement

2018-01-05 Thread Krishna Gundala
Hi Oleg, Added my IDea and introduction to the sheet. Please review it and letme know if any suggetions. --- Thanks, Mohan G On Fri, Dec 15, 2017 at 8:01 PM, Oleg Nenashev wrote: > Hi all, > > I am preparing to the launch of Google Summer of Code 2018 >

Re: [GSoC 2018] - Preliminary announcement

2018-01-05 Thread Oleg Nenashev
Hi Anubha, Yes, just put them to the Google doc! I have also added the "Mentor self-introduction" section to the document so that mentors can share some information about them. It may be especially useful for potential mentors coming from other organizations/communities. Best regards, Oleg