Re: Pull Requests Jenkins Core

2015-03-02 Thread Jesse Glick
On Mon, Mar 2, 2015 at 11:28 AM, Suckow, Thomas J thomas.suc...@pnnl.gov wrote: Any feedback is welcome. Even Your PR sucks because of X, because then I know what needs to be fixed. For https://github.com/jenkinsci/jenkins/pull/1569 what is missing at first glance is a test case to reproduce

Re: Displaying graph in project page

2015-03-02 Thread Jesse Glick
On Mon, Mar 2, 2015 at 2:54 AM, Bruno bruno.mart...@liebherr.com wrote: the image of the graph (like the .png file) isn't created on the disk, it's all done in the java code. See for example MultiStageTimeSeries.TrendChart, which is returned from some Stapler web methods since it implements

Re: NoSuchAdjunctException while using pluginFirstClassLoader attribute

2015-03-03 Thread Jesse Glick
On Tue, Mar 3, 2015 at 9:56 AM, liorha lio...@jfrog.com wrote: org.kohsuke.stapler.framework.adjunct.NoSuchAdjunctException: Neither lib.jfrog.repos.repos.css, .js, .html, nor .jelly were found at org.kohsuke.stapler.framework.adjunct.Adjunct.init(Adjunct.java:125) Any idea anyone?

Re: workflow DSL and parameters validation

2015-02-28 Thread Jesse Glick
On Sat, Feb 28, 2015 at 6:16 AM, nicolas de loof nicolas.del...@gmail.com wrote: my question is about to validate the DSL script before you actually run the workflow. There is no such system, and I have a hard time imagining how one would work anyway. validate the id is wrong or the syntax

Re: Displaying graph in project page

2015-02-28 Thread Jesse Glick
On Feb 27, 2015 4:52 AM, Bruno bruno.mart...@liebherr.com wrote: To figure out what's going on, I would like to know what are these paths (/graph/png, /graph/map) ? What are they related to ? How does it work? You need to read the Stapler reference. -- You received this message because you are

Re: workflow DSL and parameters validation

2015-02-28 Thread Jesse Glick
Not in a dynamically-typed language, at least not reliably. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com. To

Re: workflow DSL and parameters validation

2015-02-27 Thread Jesse Glick
On Fri, Feb 27, 2015 at 11:05 AM, nicolas de loof nicolas.del...@gmail.com wrote: I'd like to offer some way to validate the ID passed by user as : git url: 'xx.git', credentialsId:123abc DescriptorImpl.doCheckCredentialsId will be called from the Snippet Generator, though the main thing that

Re: workflow DSL and parameters validation

2015-02-27 Thread Jesse Glick
On Fri, Feb 27, 2015 at 4:41 PM, nicolas de loof nicolas.del...@gmail.com wrote: I was consider direct DSL edition. Especially when editing an existing one. Well, either your credentialsId is valid, or it is not. If not, the lookup from CredentialsProvider will fail to find an item with the

Re: Jenkins plugin's classloader isolation

2015-02-27 Thread Jesse Glick
On Fri, Feb 27, 2015 at 2:56 AM, ejor...@gmail.com wrote: Items.XSTREAM2.addCompatibilityAlias(com.xxx.yyy.ResultCode, ResultCode.class); This is not very safe since if the *other* plugin also tries to use XStream, it will fail. -- You received this message because you are subscribed to

Re: Script Security Plugin Questions

2015-02-26 Thread Jesse Glick
On Thu, Feb 26, 2015 at 9:24 AM, Slide slide.o@gmail.com wrote: an administrator can set a default pre-send script in the global configuration and then in a project specify $DEFAULT_PRESEND_SCRIPT, which is then replaced by the global configuration value. Will this cause issues with the

Re: workflow DSL and parameters validation

2015-03-01 Thread Jesse Glick
Yes but that is not true of the non-step Groovy code, which may have side effects and/or rely on the return values of steps. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop receiving emails from it,

Re: Best way to archive artifacts

2015-02-24 Thread Jesse Glick
On Tue, Feb 24, 2015 at 7:59 AM, Bruno bruno.mart...@liebherr.com wrote: Whats is the best way to archive artifacts? Assuming 1.532, build.getArtifactManager().archive(…); -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe

Re: Validation or default values for repeatableHeteroProperty

2015-02-23 Thread Jesse Glick
On Mon, Feb 23, 2015 at 3:51 AM, Stefan Wolf glowwo...@gmail.com wrote: After reading a bit of code it seems to me that the current validation only support primitive fields - Strings, Booleans, ... Yeah, you would need to package up other objects as JSON I suppose. -- You received this

Re: [workflow-plugin] stage concurrency not working outside of node scope?

2015-02-26 Thread Jesse Glick
On Tuesday, February 24, 2015 at 12:55:38 PM UTC-5, sebastien@gmail.com wrote: I still wonder wether this is a bug, which I should file, or not. I did recently fix a problem with the `stage` step not honoring `concurrency` in some cases, which will go into 1.3.

Re: Jenkins plugin's classloader isolation

2015-02-26 Thread Jesse Glick
On Thu, Feb 26, 2015 at 4:25 AM, Kirill yam...@gmail.com wrote: Build step, introduced by plugin A, has private fields with the types from library C. So when the appropriate job config is saved, these types are referred in config.xml. That's probably what you suggested to avoid. Yes, exactly.

Re: Proposal : Jenkins to require Java 8

2015-03-24 Thread Jesse Glick
On Tue, Mar 24, 2015 at 6:41 AM, nicolas de loof nicolas.del...@gmail.com wrote: I can't see major benefit in requiring Java 7 from a developer point of view (some syntactic sugar, few new API java.nio.file.* is actually rather important for Jenkins code, particularly in core, since it uses

Request to merge release flaky-test-handler-plugin #1

2015-03-24 Thread Jesse Glick
https://github.com/jenkinsci/flaky-test-handler-plugin/pull/1 Critical fix, no response from maintainer for over a month. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop receiving emails from it,

Re: AJAX like functionality in jenkins job config

2015-03-26 Thread Jesse Glick
On Thu, Mar 26, 2015 at 8:19 AM, Adam Scarborough scar...@gmail.com wrote: 1) create a drop down consisting of a listing all jobs currently in jenkins (i beleive this is reasonably trivial) 2) dependent on what is selected in that drop down display another drop down consisting of the

Re: Proposal : Jenkins to require Java 8

2015-03-26 Thread Jesse Glick
On Thu, Mar 26, 2015 at 5:39 AM, James Nord jamestn...@gmail.com wrote: switching the baseline to Java 8 means that someone whose corporate IT supports installation of only Java 7 will not receive even security fixes in about three months. But they will have a JDK that won't get security

Re: Proposal : Jenkins to require Java 8

2015-03-28 Thread Jesse Glick
Certainly we should recommend Java 8 as the preferred runtime. In general I think we should recommend the latest Java general release according to Oracle. That implies routinely testing against EA builds of the next line (9 currently) so that we are not caught unprepared by showstopper

Re: Build History - 100s/1000s of builds - performance

2015-01-23 Thread Jesse Glick
On Fri, Jan 23, 2015 at 11:11 AM, d...@fortysix.ch d...@fortysix.ch wrote: I know its not exactly the same thing, but maybe this could also create some ideas on how to solve an issue in the timeline widget: JENKINS-22008 I think the implementation work would be mostly unrelated. JENKINS-22008

Re: Build History - 100s/1000s of builds - performance

2015-01-23 Thread Jesse Glick
On Fri, Jan 23, 2015 at 10:53 AM, Tom Fennelly tom.fenne...@gmail.com wrote: I propose changing it to support a pagination type mechanism where you get Prev, Next and Top buttons on the widget +1 for either pagination or ProgressiveRendering. -- You received this message because you are

Re: Cron Trigger issues

2015-03-23 Thread Jesse Glick
On Mon, Mar 23, 2015 at 11:11 AM, Kanstantsin Shautsou kanstantsin@gmail.com wrote: I got weird situation when Trigger is executed for disabled project. Possible that each Trigger is expected to suppress itself at some point for a disabled project, or possible that this is a mistake. Does

Re: Reorganizing the mailing lists web page

2015-04-03 Thread Jesse Glick
On Fri, Apr 3, 2015 at 9:39 AM, Daniel Beck m...@beckweb.net wrote: It now links to to smart-questions because there can never be enough references to it +1 Old appearance for reference: https://web.archive.org/web/20150314230033/http://jenkins-ci.org/content/mailing-lists Much better,

Re: Pull Request Builder Not Working

2015-04-13 Thread Jesse Glick
On Sun, Apr 12, 2015 at 2:52 PM, Jesse Glick jgl...@cloudbees.com wrote: Will look into it again on Monday. I think fixed now. Sorry for interruption. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop

Re: Request for Jelly Tag library (custom) support : custom tag library not working after restarting Jenkins

2015-04-23 Thread Jesse Glick
On Wed, Apr 22, 2015 at 9:30 AM, vinodhini.vi...@gmail.com wrote: Is there any Flowchart or Workflow of Jenkins(how internal classes and jellies are connected and loaded) available ? I am afraid not. You have to read sources and experiment. -- You received this message because you are

Re: FilePath act fails with an exception

2015-04-20 Thread Jesse Glick
On Thu, Apr 16, 2015 at 2:49 AM, Sverre Moe sverre@gmail.com wrote: I changed the code to extend MasterToSlaveFileCallable, but the exception is still the same. No, that is a totally unrelated exception, which smells like a failure to do a clean build. -- You received this message

Re: CloudRetentionStartegy misses UI config and descriptor

2015-04-20 Thread Jesse Glick
On Sun, Apr 19, 2015 at 6:30 PM, Kanstantsin Shautsou kanstantsin@gmail.com wrote: Since dumb slaves have to be explicitly added, this would be silly. So even offering this retention strategy on a dumb slave would be very confusing to a user.

Re: Request hosting for single-use-slave plugin

2015-04-20 Thread Jesse Glick
On Sat, Apr 18, 2015 at 8:52 AM, Clayton O'Neill clayton.one...@gmail.com wrote: I've written a plugin that allows taking a slave offline each time it completes a job. Like

Re: ToolInstallation properties

2015-04-24 Thread Jesse Glick
On Fri, Apr 24, 2015 at 3:31 AM, Benjamin Terrier b.terr...@gmail.com wrote: I've seen that the ToolInstallation class has a list of ToolProperty, but my current understanding is that only the ToolInstallation home get translated for the Node. Correct. According to

Re: Plugins hosted in svn

2015-04-22 Thread Jesse Glick
On Wed, Apr 22, 2015 at 9:16 AM, Robert Sandell rsand...@cloudbees.com wrote: when the bridge was setup it was done so that when new content started to turn up on the github repo that was not in svn the svn - github replication would stop. Right, but there have been cases where commits were

Plugins hosted in svn

2015-04-22 Thread Jesse Glick
There are still a few plugins hosted in the Jenkins Subversion repository. I am not sure if active changes are being made there. Confusingly, when github.com/jenkinsci was created, we also mirrored those subdirectories as Git repositories. Naturally people have since then submitted GitHub PRs and

Re: What will the next LTS be (was Re: Next LTS is 1.596)

2015-04-22 Thread Jesse Glick
On Wed, Apr 22, 2015 at 3:55 PM, oliver gondža ogon...@gmail.com wrote: If some of the concerns proves to be valid we can switch back rather easily. I do not recall the conversation. Do you remember what the concerns were? -- You received this message because you are subscribed to the Google

Re: Jenkins UX

2015-04-22 Thread Jesse Glick
On Tue, Apr 21, 2015 at 12:24 PM, Balder VC li...@redlab.be wrote: Perhaps it would be good to ask feedback from users on de user list, if you didn't already, I would assume they have a slightly different view then developers of Jenkins. On Tue, Apr 21, 2015 at 4:43 PM, Gus Reiber

Re: Unit testing a plugin with global configuration properties

2015-04-22 Thread Jesse Glick
On Wed, Apr 22, 2015 at 12:24 AM, andrew.sum...@customs.govt.nz wrote: Any idea why this is not working? Something is wrong with your configuration form. In general if you misuse Jelly controls you will get either crazy layout, or a cryptic JavaScript exception. Try something else until it

Re: Request for Jelly Tag library (custom) support : custom tag library not working after restarting Jenkins

2015-04-22 Thread Jesse Glick
On Wed, Apr 22, 2015 at 4:14 AM, vinodhini.vi...@gmail.com wrote: While debugging, at AbstractItem.java:324, I got to see that the parent was null (after Jenkins restart). I am not sure what is wrong and what I am missing. Your SpecialMainProject or its children is somehow to blame, not the

Re: What will the next LTS be (was Re: Next LTS is 1.596)

2015-04-22 Thread Jesse Glick
On Wed, Apr 22, 2015 at 5:48 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: Where was the discussion on this? I couldn't find it anywhere in jenkins.2015-01-07-19.01.log.html or jenkins.2015-01-21-19.01.log.html Not sure why you are looking at logs in January! According to

Re: [ANN] Official docker repository for Jenkins

2015-04-28 Thread Jesse Glick
On Tue, Apr 28, 2015 at 12:51 PM, nicolas de loof nicolas.del...@gmail.com wrote: I've proposed a PR so official image metadata is updated accordingly Thanks, but https://registry.hub.docker.com/_/jenkins/ only refers to the (old) GH repo in passing, in a link to the issue tracker, whereas I

Re: How do I add my 'p4' plugin to Enterprise/Cloudbees

2015-04-29 Thread Jesse Glick
On Mon, Apr 27, 2015 at 5:52 AM, pallen pal...@perforce.com wrote: I have just started to use the Enterprise/Cloudbees hosting for Jenkins and was not able to add the 'p4' plugin. $ curl -sL 'http://jenkins-updates.cloudbees.com/update-center.json?version=1.580.13.1' | tail -n +2 | head -n -1

Re: [ANN] Official docker repository for Jenkins

2015-04-28 Thread Jesse Glick
On Tue, Apr 28, 2015 at 12:02 PM, Kohsuke Kawaguchi k...@kohsuke.org wrote: As per the agreement in the project meeting, I have moved the repository to https://github.com/jenkinsci/docker Great; now can you somehow get https://registry.hub.docker.com/_/jenkins/ to link here so people can find

Re: How do I add my 'p4' plugin to Enterprise/Cloudbees

2015-04-29 Thread Jesse Glick
On Wed, Apr 29, 2015 at 9:34 AM, Paul Allen pal...@perforce.com wrote: You have a valid point. I contacted 'i...@cloudbees.com’ (on the 27th, via the website), but have not had a reply. Our apologies. Please use a cloudbees.com channel for related questions going forward. (If you have an

Re: 'stapler-class' is deprecated

2015-05-04 Thread Jesse Glick
On Sun, May 3, 2015 at 8:09 PM, andrew.sum...@xtra.co.nz wrote: I'm getting this warning when saving job configuration. Is it something I should worry about or can I safely ignore it? Ignore it. https://issues.jenkins-ci.org/browse/JENKINS-27918 -- You received this message because you are

Re: Making plugin jars available at configuration time

2015-05-07 Thread Jesse Glick
On Thu, May 7, 2015 at 1:16 PM, Greg Allen gal...@redhat.com wrote: It looks like I need to add my plugins jar files onto the classpath following the example above. Absolutely not. Just temporarily set the Thread.contextClassLoader to SomeClassInMyPlugin.class.getClassLoader(). -- You

Re: Making plugin jars available at configuration time

2015-05-07 Thread Jesse Glick
On Thu, May 7, 2015 at 3:59 PM, Jason Swager jswa...@alohaoi.com wrote: I tried this - saved the current class loader, then did a setContextClassLoader(MyClass.class.getClassLoader). It immediately failed: NoClassDefFound when trying to reference MyClass. I was responding to Greg. Your

Re: Making plugin jars available at configuration time

2015-05-07 Thread Jesse Glick
On Thu, May 7, 2015 at 7:32 AM, Greg Allen gal...@redhat.com wrote: This seems to be a pretty standard way to set up the initial context for JNDI, and it works outside of my plugin. Well, so long as you are not running in a module system/container, it will work.

Re: Making plugin jars available at configuration time

2015-05-06 Thread Jesse Glick
On Wed, May 6, 2015 at 2:16 PM, Greg Allen gal...@redhat.com wrote: I still get the ClassNotFoundException. Why would it not be getting loaded? Well the fact that you are talking about a ClassNotFoundException, rather than a NoClassDefFoundError (with a ClassNotFoundException as its root cause),

Re: Making plugin jars available at configuration time

2015-05-06 Thread Jesse Glick
On Wed, May 6, 2015 at 12:49 PM, Greg Allen gal...@redhat.com wrote: Are you saying the plugin class loader gets run at plugin configuration time? I know it gets loaded when the plugin runs as part of a job. The question is meaningless. There is no “plugin configuration time” nor plugins “run

Re: How to use Folder plugin to define properties that are visible to jobs inside

2015-05-06 Thread Jesse Glick
On Wed, May 6, 2015 at 2:03 PM, Samith Dassanayake hisam...@gmail.com wrote: According to […] it is possible to define properties for a folder that are visible to jobs inside. Assume I want to add a property testProperty and I want to access it from the job. How can I achieve that? You would

Re: Making plugin jars available at configuration time

2015-05-06 Thread Jesse Glick
On Wed, May 6, 2015 at 11:03 AM, Greg Allen gal...@redhat.com wrote: I get a java.lang.ClassNotFoundException. This class is in the jar files bundled with the plugin As WEB-INF/lib/*.jar? It should “just work”. All you need do in sources is to declare a simple Maven dependency on the library,

Re: Plugin build step not appearing

2015-05-05 Thread Jesse Glick
On Tue, May 5, 2015 at 11:27 AM, Greg Allen gal...@redhat.com wrote: I am trying to create a custom build step but it is not appearing in the list of build steps in the dropdown in the GUI. Try mvn clean hpi:run -- You received this message because you are subscribed to the Google Groups

Re: Excluding plugins without wiki URL [was: Jenkins Chat Room Plugin]

2015-05-13 Thread Jesse Glick
On Wed, May 13, 2015 at 10:19 AM, Baptiste Mathus bmat...@batmat.net wrote: I think you just need to update the url tag OK, will do. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop receiving emails

Re: Excluding plugins without wiki URL [was: Jenkins Chat Room Plugin]

2015-05-13 Thread Jesse Glick
On Wed, May 13, 2015 at 6:43 AM, Christopher Orr ch...@orr.me.uk wrote: However, this would remove around 80 plugins in total, including some popular items like the Workflow plugins FWIW the Workflow plugin suite has a wiki page. It just points to GitHub docs for details, but it is there.

Re: Workflow DSL with git (and others)

2015-05-15 Thread Jesse Glick
On Fri, May 15, 2015 at 1:19 PM, Sven Erik Knop sek...@gmail.com wrote: No such DSL method git found among [archive, bat, build, catchError, dir, echo, error, fileExists, input, load, mail, node, parallel, pwd, readFile, retry, sh, sleep, stage, step, timeout, tool, unarchive, waitUntil,

Re: Adding a build trigger does add upstream project

2015-04-14 Thread Jesse Glick
On Tue, Apr 14, 2015 at 12:38 PM, Sverre Moe sverre@gmail.com wrote: What am I missing? project.save() perhaps? Not sure if addTrigger implies that. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and

Re: FilePath act fails with an exception

2015-04-15 Thread Jesse Glick
On Tue, Mar 24, 2015 at 1:29 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: You need to implement the new method checkRoles. No, you do not. You just need to use MasterToSlaveFileCallable. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group.

Re: docker-commons: plugin that centralizes docker configurations

2015-04-11 Thread Jesse Glick
On Fri, Apr 10, 2015 at 10:46 AM, Kanstantsin Shautsou kanstantsin@gmail.com wrote: Use jar and not hpi and it will be library? Common code should use hpi packaging so it is loaded once. This is advisable for internal utilities, and mandatory for APIs. -- You received this message because

Re: Rendering a describable in global config

2015-04-09 Thread Jesse Glick
On Thu, Apr 9, 2015 at 9:13 AM, Mads Nielsen m...@praqma.net wrote: The main plugin simply just extends Plugin and has a config.jelly Extending Plugin is semi-deprecated. Use GlobalConfiguration instead. -- You received this message because you are subscribed to the Google Groups Jenkins

Re: @DataBoundConstructor with object in constructor

2015-04-09 Thread Jesse Glick
On Thu, Apr 9, 2015 at 10:55 AM, Ludovic Roucoux ludovic.rouc...@gmail.com wrote: Finally, I found a solution with the code of Stephen For the future go straight to ui-samples plugin, which contains complete working examples of these kinds of things. Not f:property, yet; file a PR to add such a

Re: Releasing Plugin -

2015-04-09 Thread Jesse Glick
On Tue, Apr 7, 2015 at 6:47 PM, Mark Waite mark.earl.wa...@gmail.com wrote: If you're dependent on too old a version of the parent pom, that older parent pom may be specifying an old version of the release plugin. …which does not work with newer versions of Git, whereas the newer plugin does.

Re: Pull Request Builder Not Working

2015-04-12 Thread Jesse Glick
I have been trying to find someone to own this. Will look into it again on Monday. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Matrix plugin release needed?

2015-04-12 Thread Jesse Glick
Just like 1.4.1, 1.5 must not be offered to users of pre-SECURITY-125 cores or havoc will ensue. So I think it will need a core dep on 1.602 or whatever it was. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group

Re: PeriodicWork execution schedule and Jenkins restart

2015-04-14 Thread Jesse Glick
On Tue, Apr 14, 2015 at 10:01 AM, Kirill yam...@gmail.com wrote: Does Jenkins somehow plan when the task should be executed or relies on smth simple like plain Java timers? Plain Java timers. What will happen if the task is supposed to be executed once a day, but Jenkins gets restarted few

Re: Adding a build trigger does add upstream project

2015-04-15 Thread Jesse Glick
On Wed, Apr 15, 2015 at 2:54 AM, Sverre Moe sverre@gmail.com wrote: Did not work with project.save() Try: Jenkins.getInstance().rebuildDependencyGraph() -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group

Re: Job DSL Plugin Builds Aborted

2015-04-02 Thread Jesse Glick
On Thu, Apr 2, 2015 at 8:15 AM, Daniel Spilker m...@daniel-spilker.com wrote: Can we get faster build nodes or can someone increase the timeout? I configured it to use a faster machine class. -- You received this message because you are subscribed to the Google Groups Jenkins Developers

Re: Java 8 for acceptance-test-harness?

2015-06-03 Thread Jesse Glick
On Wed, Jun 3, 2015 at 12:15 PM, Ullrich Hafner ullrich.haf...@gmail.com wrote: In the meantime all Java 8 issues with Jenkins core should be resolved now. Of course harness code does not link against Jenkins code at all, so technically they are independent. Most easily so if you use the JUT

Re: IMPORTANT: All plugins will soon require a wiki page

2015-06-08 Thread Jesse Glick
On Sat, Jun 6, 2015 at 1:41 AM, danalb...@gmail.com wrote: You can easily incorporate it into a build lifecycle This would be helpful, but only to people who are using a very new version of the plugin parent POM, thus a very new core dependency. -- You received this message because you are

Re: Request to release/publish Jenkins auth plugin for Google Container Registry

2015-06-02 Thread Jesse Glick
On Tue, Jun 2, 2015 at 6:00 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: How does that integrate with DockerRegistryToken I suppose

Re: rfc: Solution for Sonar and Xvnc

2015-06-22 Thread Jesse Glick
On Mon, Jun 8, 2015 at 5:33 AM, Rösch, Christian christian.roe...@icongmbh.de wrote: The xvnc-plugin creates an post build action (if the option is true) which kills the xvnc and appends it to the list of post build actions. The action also removes itself from the list after being executed to

Re: Question about Matrix Project plugin Axes

2015-06-23 Thread Jesse Glick
https://github.com/jenkinsci/matrix-project-plugin/pull/23 would be needed for this. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Is it possible to assign id or name to select rendered from Jelly's dropdownList?

2015-06-27 Thread Jesse Glick
On Sat, Jun 27, 2015 at 2:41 AM, Kirill yam...@gmail.com wrote: It would be handy if ID attribute could be used Try adding a test-scoped dependency on org.jenkins-ci.plugins:form-element-path like the acceptance-test-harness does. -- You received this message because you are subscribed to the

Re: Jenkins Cucucmber perf plugin bug is left unassigned

2015-06-11 Thread Jesse Glick
On Tue, Jun 9, 2015 at 12:59 AM, Arish Arbab arish.ar...@gmail.com wrote: My Bug on Cucumber perf plugin is still open in Jenkins JIRA. Along with the other 10027 (*) unresolved issues you mean? Sorry, but if you need something fixed, you need to either file a pull request fixing it, or offer a

Re: Workflow Plugin queries

2015-06-10 Thread Jesse Glick
On Wed, Jun 10, 2015 at 1:53 AM, Kishore RP kishore...@gmail.com wrote: Does it provide real time update of tests like the way label based mechanism of blinking dots Not quite sure I followed that, but: Workflow does not currently provide a replacement for the UI aspect of matrix-project. It

Re: Abstracted artifact storage?

2015-06-16 Thread Jesse Glick
On Tue, Jun 16, 2015 at 11:34 AM, Matthew mitchell mmitche.match...@gmail.com wrote: So the JIRA issue covers the fact that the retrieval side of things is not currently abstracted away and relies on physical file paths? No, the retrieval is abstracted, but the current abstraction still

Re: Backporting for 1.609.2 has started

2015-06-16 Thread Jesse Glick
On Tue, Jun 16, 2015 at 2:41 PM, oliver gondža ogon...@gmail.com wrote: I have to reject all 4: JENKINS-28690, JENKINS-28840, JENKINS-28844 and JENKINS-27289. None of them is released by now The important part of the JENKINS-27289 was released over a month ago. -- You received this message

Re: Workflow Plugin queries

2015-06-12 Thread Jesse Glick
On Thu, Jun 11, 2015 at 11:55 PM, Kishore RP kishore...@gmail.com wrote: Using workflow plugin, our end users want to know what is happenning on a jenkins slave at some point of time by clicking on a hyperlink, (provide hyperlink for each slave) Not sure I follow the question. The URL for the

Re: Question about JUnit rules and console out

2015-06-12 Thread Jesse Glick
On Fri, Jun 12, 2015 at 6:21 AM, Mads Nielsen m...@praqma.net wrote: What we noticed is that if we up the parent pom version from 1.532.3 - 1.554.1 almost all our console output does NOT get displayed in the console out when we run our jenkins tests within jenkins (Regular

Re: Failure while building jenkins

2015-06-17 Thread Jesse Glick
Possibly a faulty test behaving differently on your machine due to your timezone. Use -DskipTests unless you are specifically intending to run every test. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and

Re: Jenkins slave call throwing java.io.NotSerializableException on 3rd party api

2015-06-17 Thread Jesse Glick
BTW do not implement checkRoles. Extend MasterToSlaveFileCallable. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Abstracted artifact storage?

2015-06-16 Thread Jesse Glick
On Tue, Jun 16, 2015 at 8:52 PM, Richard Bywater rich...@byh2o.com wrote: In some cases [routing everything through the master node] might be preferable depending on your network setup. For instance, its a much easier sell to get firewall / proxy configurations for single servers and not a

Re: Jenkins slave call throwing java.io.NotSerializableException on 3rd party api

2015-06-17 Thread Jesse Glick
You want to create the COM connection from the slave side, not on the master. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Abstracted artifact storage?

2015-06-15 Thread Jesse Glick
On Mon, Jun 15, 2015 at 12:35 PM, Matthew mitchell mmitche.match...@gmail.com wrote: Has any thought been given to abstracting away the artifact storage? Not necessarily meaning that the existing uploaders would go away or be replaced, but that the standard artifact uploading would abstract

Re: Should API support management of $JENKINS_HOME/config.xml ???

2015-05-28 Thread Jesse Glick
On Thu, May 28, 2015 at 10:39 AM, Hugh Esco hres...@gmail.com wrote: does there exist any guidance which might quickly orient me to contributing to jenkins, and specifically to building out its API? Look for doConfigDotXml methods. Tricky in this case because $JENKINS_HOME/config.xml does not

Re: Workflow DSL with git (and others)

2015-05-27 Thread Jesse Glick
On Thu, May 21, 2015 at 11:34 AM, Sven Erik Knop sek...@gmail.com wrote: The run object that gets invoked has a getResult() value of null Sure, because the flow is still running. It will eventually become SUCCESS if nothing goes wrong later. (preventing me from labelling only for successful

Re: Captcha on wiki

2015-05-27 Thread Jesse Glick
On Fri, May 22, 2015 at 6:19 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: Am I the only one who has to keep trying to guess the really bad captcha 50 times just to save a page? You are not the only one. Possibly relevant: https://issues.jenkins-ci.org/browse/INFRA-300 -- You

Re: Credentials Accessibility when adding from 'Users\configure'

2015-07-01 Thread Jesse Glick
On Mon, Jun 29, 2015 at 4:17 PM, Raju t vsnraj...@gmail.com wrote: I am using Credentials 1.22 along with credentialsBinding 1.4. Am i missing anything? It is up to each plugin using the Credentials API to determine if it is sensible to look for per-user credentials. It is most likely there

Re: Is it possible to change job type to flyweight for any job?

2015-07-01 Thread Jesse Glick
On Sun, Jun 28, 2015 at 3:05 PM, Sergey Shelomentsev sergey.sheloment...@xored.com wrote: We use some plugins, like multijob plugin that run other jobs and we want the root job to run by using the flyweight executor. FYI if you used a Workflow job to do the orchestration it would be flyweight.

Re: Unit test harness - cannot add local plugin for test

2015-07-01 Thread Jesse Glick
On Wed, Jul 1, 2015 at 11:36 AM, Kirill yam...@gmail.com wrote: So I added plugins/my-plugin directory into my Maven test resources directory, and put my-plugin-1.0.159.hpi there. Then I put the following annotations for my test: @Test @WithPlugin(my-plugin) Use mu-plugin.jpi and

Re: CronTabTest failing while building jenkins

2015-06-29 Thread Jesse Glick
On Sun, Jun 28, 2015 at 7:40 AM, Victor Martinez victormartinezru...@gmail.com wrote: If you look for Failure while building jenkins you will ser the suggested workaround. Rather than use a workaround, it would be appreciated if you dug into the reason for the local failure and filed a PR to

Re: docker-commons support for DOCKER_CONFIG

2015-08-12 Thread Jesse Glick
On Wed, Aug 12, 2015 at 6:08 PM, nicolas de loof nicolas.del...@gmail.com wrote: Docker 1.8 introduces DOCKER_CONFIG (aka --config) which can be used to set an alternate configuration directory Great. IIUC current design does not support multiple executors running docker commands with

Re: Revisiting bundled plugins

2015-08-19 Thread Jesse Glick
On Tue, Aug 18, 2015 at 5:01 PM, Tom Fennelly tom.fenne...@gmail.com wrote: could we use a simple plugin that needs to be installed that captures and records all split plugin info from the instance. This info can then be used on the subsequent install so as to install the exact versions of

Re: Revisiting bundled plugins

2015-08-19 Thread Jesse Glick
On Wed, Aug 19, 2015 at 9:52 AM, Tom Fennelly tom.fenne...@gmail.com wrote: I should not post late at night. I have been guilty of quite rude late-night posts. :-) The caveat: you actually know the last version in which global configuration was saved (if 1.301+), which is probably close to

Re: Request for more details on Build Wrapper stage in Workflow

2015-08-19 Thread Jesse Glick
On Wed, Aug 19, 2015 at 7:37 AM, Vinodhini Vijay vinodhini.vi...@gmail.com wrote: I had made a build wrapper that is Workflow compatible. So, `extends SimpleBuildWrapper`? I couldn't find the General Build Wrapper/ General Build Environment in the Jenkins New Item Workflow Snippet

Re: workflow-plugin #131 follow-up

2015-08-21 Thread Jesse Glick
On Thu, Aug 20, 2015 at 7:35 PM, Kohsuke Kawaguchi k...@kohsuke.org wrote: if I were doing this for jenkins.ci.cloudbees.com plugin builds, I don't think I want Jenkinsfile in each repository to be able to specify the version of DSL library on its own. Each repository already specifies its

Re: Revisiting bundled plugins

2015-08-24 Thread Jesse Glick
On Sun, Aug 23, 2015 at 2:47 PM, Sacha Labourey sa...@cloudbees.com wrote: This setup makes the (high) availability (and bandwidth capacity) of the update center (the setup center in that scenario) a key requirement (center down = no install of Jenkins is possible anymore).

Re: workflow-plugin #131 follow-up

2015-08-20 Thread Jesse Glick
On Thu, Aug 20, 2015 at 5:47 PM, Kohsuke Kawaguchi k...@kohsuke.org wrote: are you imagining an ecosystem like Maven plugins where we expect users to reuse a dozen independent DSL vocabularies developed completely independently? Not necessarily—you might only be using one or two DSLs at your

Re: Difference in behavior of PluginWrapper.getDependencies() and UpdateSite.Plugin.dependencies

2015-08-20 Thread Jesse Glick
On Wed, Aug 19, 2015 at 2:51 PM, Brian Ray be_...@sbcglobal.net wrote: The PluginWrapper APIs usually return more dependencies, but the nature of the extra dependencies returned is unclear.

Re: Revisiting bundled plugins

2015-08-17 Thread Jesse Glick
On Fri, Aug 14, 2015 at 5:51 PM, Kohsuke Kawaguchi k...@kohsuke.org wrote: when a plugin is split from core in version X, people upgrading from a version earlier will experiene functionality loss. Well I think this is what we should be spending a little effort fixing. IMO there be *no* bundled

Re: Revisiting bundled plugins

2015-08-17 Thread Jesse Glick
On Fri, Aug 14, 2015 at 6:20 PM, Kohsuke Kawaguchi k...@kohsuke.org wrote: when you type git in [the plugin manager] there are 30+ plugins that show up. It has already been proposed that we introduce an API for adding columns to Plugin Manager. This should be pretty easy. Then we can add a

Re: commit access

2015-08-03 Thread Jesse Glick
On Sun, Aug 2, 2015 at 12:20 AM, David van Laatum da...@vanlaatum.id.au wrote: I kinda like the separate sub job thing Note that this is just a workaround for limitations of freestyle projects. The Workflow step keeps everything in one job. The way it excludes tests is both a positive and a

Re: Programmatically add the new cred into the credentials.xml file

2015-07-30 Thread Jesse Glick
On Thu, Jul 30, 2015 at 8:51 AM, Tanya Fernandez tanyafernandez...@gmail.com wrote: I have tried to create a plugin for implement this. This I based on the credentials plugin using the Jenkins CLI commands. You mean, you are trying to implement

<    4   5   6   7   8   9   10   11   12   13   >