Re: Groovy vs. Jelly

2015-09-10 Thread Stephen Connolly
On 10 September 2015 at 00:35, Kanstantsin Shautsou < kanstantsin@gmail.com> wrote: > Jelly like xml has overhead, that’s why workflow/build flow/gradle > produces DSLs. Groovy code is clean and has less tags, supported by IDE and > allows setting breakpoints for debug. Also it provides more

Re: Groovy vs. Jelly

2015-09-10 Thread Robert Sandell
I hope Jacqueline didn't expect a flame war ;) As Kanstantsin and Stephen points out is that Jelly is better if you are a beginner because there is better documentation, more examples to draw from and the syntax itself is closer to html, so often simpler to debug with an ocular inspection. And

Re: Python Plugin

2015-09-10 Thread Jan Niklas Hasse
2015-09-08 17:07 GMT+02:00 Daniel Beck : > Made you a committer of the plugin. > > Tell us your jenkins-ci.org username and we'll make you lead for the > component in JIRA. Thanks! My jenkins-ci.org username is jhasse -- You received this message because you are subscribed to

Re: Using Environment variables in Workflow

2015-09-10 Thread Paul Allen
Hi Jesse, Yes, it extends SCMStep… https://github.com/jenkinsci/p4-plugin/blob/master/src/main/java/org/jenkinsci/plugins/p4/workflow/P4Step.java#LC24 I added two break points in SCM.buildEnvVars and my own buildEnvVars and neither get hit during a Workflow build. I’ll do a bit of hacking,

Re: ZAProxy-plugin modification

2015-09-10 Thread Thilina Madhusanka
Hi At least is it possible to host it as a separate plugin? thanks On Wednesday, September 9, 2015 at 9:17:32 AM UTC+5:30, Thilina Madhusanka wrote: > > Hi > > I have added the ajax spidering for zaproxy-plugin [1] > > i have also made a PR in git [2] but still no respond > > Is there any one

design integration tests with JenkinsRule in remote env

2015-09-10 Thread Kanstantsin Shautsou
I'm searching the way to programatically describe integration tests that will be possible to copy and run jenkins instance with test code to some remote environment. ATH JenkinsController do logically similar thing, but it uses UI/rest for interaction with remote jenkins instance while i need

Re: Backporting for 1.625.1 has started

2015-09-10 Thread Kanstantsin Shautsou
I suggest revert my trigger optimisation only for LTS. It exposed random bad places in Trigger API and master populates with fixes, but better revert it for LTS. Two first commits https://github.com/jenkinsci/jenkins/pull/1617/commits . This will mask races like it was before. On Thursday,

Backporting for 1.625.1 has started

2015-09-10 Thread oliver gondža
Hi, Backporting for next LTS release started. The RC will be published 2015-09-16. Candidates: https://issues.jenkins-ci.org/issues/?filter=12146 Fixed: https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%201.625.1-fixed -- oliver -- You received this message because you are

Venue needed for Jenkins meetup in the Bay Area

2015-09-10 Thread Alyssa Tong
Hi All, We're looking for a facility to host Jenkins Area Meetup in the Bay Area on Sept 23. There's a change in availability at the CloudBees office therefore we are looking for another venue to host the meetup. Addition to Kohsuke

Put Jenkins on the map

2015-09-10 Thread Alyssa Tong
Hello, I would like to request to have a map like THIS on jenkinsci.org. This would be good for the community to know where some local Jenkins activities are in case they'd like to join. It's also a plus to see the growth of Jenkins OS. thnx, alyssa -- You

Re: Put Jenkins on the map

2015-09-10 Thread jieryn
https://github.com/jenkinsci/keyhole On Thu, Sep 10, 2015 at 11:55 AM, Alyssa Tong wrote: > Hello, > > I would like to request to have a map like THIS on jenkinsci.org. This would > be good for the community to know where some local Jenkins activities are in > case they'd

Parse XML file within workspace to auto populate dynamic parameter

2015-09-10 Thread Joyce Gaoiran
I have an XML file located in the jobs workspace. The XML file needs to be parsed for a version and displayed as a dynamic parameter. I have several jobs which has the requirement so I've used the plugin, Extensible Choice Parameter, as an extension point. Is there a class within the jenkins

Re: design integration tests with JenkinsRule in remote env

2015-09-10 Thread Jesse Glick
On Thu, Sep 10, 2015 at 9:55 AM, Kanstantsin Shautsou wrote: > Is there any ways to do such communication? `/script` (or the CLI equivalent) is your best bet. From an ATH test you can simply use `jenkins.runScript("…")`. -- You received this message because you are

Re: design integration tests with JenkinsRule in remote env

2015-09-10 Thread Kanstantsin Shautsou
Then i need install some junit jars to have ability execute asserts and matchers and produce somehow junit xml output that should be fetched back… I also thought putting files under JENKINS_HOME/groovy.d and run remote instance. > On Sep 10, 2015, at 20:16, Jesse Glick

Re: Groovy vs. Jelly

2015-09-10 Thread Jesse Glick
I generally use Jelly views by default, but switch to Groovy if the view really needs some complex logic in it: something beyond accessing public properties of Java objects and doing simple if-then tests. Really I would prefer a different view engine altogether, based on `src/main/java/**/*.java`

Re: Using Environment variables in Workflow

2015-09-10 Thread Jesse Glick
On Thu, Sep 10, 2015 at 9:17 AM, Paul Allen wrote: > I added two break points in SCM.buildEnvVars and my own buildEnvVars and > neither get hit during a Workflow build. Of course not; pending JENKINS-24141 the API does not permit an SCM to contribute environment variables

Re: Put Jenkins on the map

2015-09-10 Thread Antonio Manuel Muñiz Martín
2015-09-10 19:27 GMT+02:00 jieryn : > https://github.com/jenkinsci/keyhole Not working due to https://developers.google.com/maps/support/kmlmaps -- * Antonio Muñiz * amunizmartin.com * amunizmar...@gmail.com -- You received this message because you are subscribed to the

Re: Put Jenkins on the map

2015-09-10 Thread jieryn
You must the the change you want to see in the world. :-) On Thu, Sep 10, 2015 at 2:06 PM, Antonio Manuel Muñiz Martín wrote: > 2015-09-10 19:27 GMT+02:00 jieryn : >> https://github.com/jenkinsci/keyhole > > Not working due to

Re: Put Jenkins on the map

2015-09-10 Thread jieryn
Sigh. You must be, you must be the change you want to see in the world. :-) On Thu, Sep 10, 2015 at 2:07 PM, jieryn wrote: > You must the the change you want to see in the world. :-) > > On Thu, Sep 10, 2015 at 2:06 PM, Antonio Manuel Muñiz Martín >