Hosting Request

2015-02-20 Thread Igor Filin
Hello, My name is Igor Filin, I'm working for SmartBear Software (smartbear.com). We created a plug-in for integrating our automated testing products - TestComplete and TestExecute - with Jenkins. The plug-in allows running TestCompete tests from Jenkins and viewing test results. Could

Rename of JGiven-Plugin artifactId

2015-02-20 Thread Stefan Wolf
Hi, I created a new plugin (see https://wiki.jenkins-ci.org/display/JENKINS/JGiven+Plugin and https://github.com/jenkinsci/jgiven-plugin). It seems to me that I got the artifactId wrong - it should probably be jgiven and not jgiven-plugin. Now I would like to rename that since not many users

Re: Validation or default values for repeatableHeteroProperty

2015-02-20 Thread Stefan Wolf
Hi, Am Mittwoch, 18. Februar 2015 21:54:12 UTC+1 schrieb Jesse Glick: On Tue, Feb 17, 2015 at 6:02 AM, Stefan Wolf glow...@gmail.com javascript: wrote: I am using a repeatableHeteroProperty to configure a list of reports to generate. Now I want to validate in the UI that this list is

Re: request commit access to jenkinsci/gitlab-hook-plugin

2015-02-20 Thread Javier Palacios
I was trying to push to the gitlab-hook-plugin repository, and it seems that I don't have permission. Do I miss something? Javier Palacios On Tue, Jan 20, 2015 at 10:59 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: Done. Welcome aboard! Ulli Am 20.01.2015 um 12:54 schrieb

Re: Rename of JGiven-Plugin artifactId

2015-02-20 Thread Daniel Beck
The repo is owned by the infra team, so I could merge it. Do you know why some entries are 'foo=1' while others are just 'foo'? Does this not matter? On 20.02.2015, at 09:57, Stefan Wolf glowwo...@gmail.com wrote: Hi, I created a new plugin (see

Running a command line instruction in HelloWorld plugin

2015-02-20 Thread Bruno
Hi everyone, I'm trying to develop a Jenkins plugin for some internal tools, and I'm a complete newbie. Basically, I just want to run some command line instructions, (then to collect data from reports generated by the previous instructions and to draw graphs). In the HelloWorld plugin, the

Re: Running a command line instruction in HelloWorld plugin

2015-02-20 Thread Mads Nielsen
i think you can use the launcher parameter in your perform. So like launcher.launch().pwd(build.getWorkspace()).cmdAsSingleString(mkdir new_folder).join() On Fri, Feb 20, 2015 at 3:48 PM, Bruno bruno.mart...@liebherr.com wrote: Hi everyone, I'm trying to develop a Jenkins plugin for some

Re: Jenkins UX

2015-02-20 Thread Tom Fennelly
Great stuff here guys. Hopefully we can translate some of these ideas into here into JIRA feature tasks (if not already in JIRA) for tracking (label user-experience). -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from

Re: Running a command line instruction in HelloWorld plugin

2015-02-20 Thread Bruno
Works fine, thank you ! Le vendredi 20 février 2015 15:54:27 UTC+1, Mads Nielsen a écrit : i think you can use the launcher parameter in your perform. So like launcher.launch().pwd(build.getWorkspace()).cmdAsSingleString(mkdir new_folder).join() On Fri, Feb 20, 2015 at 3:48 PM,

Requesting access for jenkinsci/aws-codedeploy-plugin

2015-02-20 Thread 'McFarlane, Joshua' via Jenkins Developers
Hi, I'm one of the engineers on the CodeDeploy team and would like commit access to merge in changes for the aws-codedeploy-plugin from our source repository. Plugin Name: aws-codedeploy-plugin GitHub ID: https://github.com/jmcfar Source Repository:

Re: How does Jenkins test harness run the tests?

2015-02-20 Thread Jesse Glick
On Thu, Feb 19, 2015 at 11:36 AM, Kirill yam...@gmail.com wrote: how does Jenkins JUnit rule organize tests if I run tests via Surefire Maven plugin without any custom settings (so it's 1 JVM and threads are reused)? Depending on the parent POM version, there may be tests run in parallel, but

Ignore SCM Polling schedule option from job Config.

2015-02-20 Thread adib
Hi, Internally we use Git as the SCM with git plugin which triggers poll on push request. For internal use I am looking for a way to Ignore the SCM polling schedule option from the job configuration page, so that jobs are only triggered on push notifications and not based on cron values

Re: New plug-in: Uno Choice Plug-in for dynamic parameters

2015-02-20 Thread Jesse Glick
On Thu, Feb 19, 2015 at 10:17 AM, 'Bruno P. Kinoshita' via Jenkins Developers jenkinsci-dev@googlegroups.com wrote: rename the artifact ID and update the Javadocs and any other reference to the old name To be clear, I was not suggesting a change of artifactId, package names, etc. Just the

Re: Rename of JGiven-Plugin artifactId

2015-02-20 Thread Daniel Beck
Merged. On 20.02.2015, at 22:58, Stefan Wolf glowwo...@gmail.com wrote: Hi Daniel, Am Freitag, 20. Februar 2015 15:25:44 UTC+1 schrieb Daniel Beck: The repo is owned by the infra team, so I could merge it. Yes, please! Do you know why some entries are 'foo=1' while others are just

Re: Validation or default values for repeatableHeteroProperty

2015-02-20 Thread Jesse Glick
On Fri, Feb 20, 2015 at 3:51 AM, Stefan Wolf glowwo...@gmail.com wrote: So seems like I need to implement something. Seems so. Any ideas how to add default values for a field like that? I would suggest focusing your time on adding validation, which is more broadly useful than default values.

Re: New plug-in: Uno Choice Plug-in for dynamic parameters

2015-02-20 Thread Daniel Beck
On 20.02.2015, at 21:33, Jesse Glick jgl...@cloudbees.com wrote: Just the display name (pom.xml#name, and wiki title). We have a minor issue with issue tracker components when display name and artifact ID are different, especially at the start of the name. -- You received this message

Re: Jenkins plugin's classloader isolation

2015-02-20 Thread Jesse Glick
On Fri, Feb 20, 2015 at 10:09 AM, ejor...@gmail.com wrote: This is similar to the XmlFile problem we located but here we can not set the XStream class loader Do not really follow your example but it sounds like the XStream form of your plugin’s settings includes this third-party library which

Re: Jenkins UX

2015-02-20 Thread Ulli Hafner
As I plug-in developer I would like to have more powerful UI building blocks that I can *easily* use. E.g., in my static analysis plug-in I’m currently using plain and old YUI tabs to categorize warnings by module, package, etc. Now that Tom improved the main view tabs in Jenkins core I also

Re: Jenkins UX

2015-02-20 Thread Slide
I completely agree with the configuration page stuff. Email-ext has so many options these days that whenever someone wants a new feature, I cry a little thinking about how its going to make the UI more of a mess. I'm definitely open to any ideas people have on improving it, but it would be nice to

Re: How can I customize build details page?

2015-02-20 Thread Kirill
OK, so answer to question #1 is Yes - if Action has a summary.jelly, it's added to the build summary. Just tried that. Hurray! But I still don't know whether it's possible to alter other summary sections, added by other build steps and plugins, or not. Is it possible to update their output or

Re: Jenkins plugin's classloader isolation

2015-02-20 Thread ejorris
Hi, I do belong to same organisation as Kirill and responsible for one of the two mentioned plugins. We did locate one fault where we used the Jenkins XmlFile class to save on file. When adding a XStream with a proper ClassLoader defined we solved this part: *final XStream xs = new

Re: Rename of JGiven-Plugin artifactId

2015-02-20 Thread Stefan Wolf
Hi Daniel, Am Freitag, 20. Februar 2015 15:25:44 UTC+1 schrieb Daniel Beck: The repo is owned by the infra team, so I could merge it. Yes, please! Do you know why some entries are 'foo=1' while others are just 'foo'? Does this not matter? I can second Baptiste's comment that it