Pull Request Action

2012-07-30 Thread Richard Bywater
Hi I've created a pull request against the Gradle plugin (https://github.com/jenkinsci/gradle-plugin/pull/7) which allows one to use the Gradle wrapper in a mixed Windows/Linux Master/Slave set-up. Just wondering what the best process is for getting a pull request accepted? I have commit rights

Re: Pull Request Action

2012-07-31 Thread Richard Bywater
the plugin. I'd give him a few days to accept it and a release a new version. On Mon, Jul 30, 2012 at 5:31 AM, Richard Bywater rich...@byh2o.com wrote: Hi I've created a pull request against the Gradle plugin (https://github.com/jenkinsci/gradle-plugin/pull/7) which allows one to use the Gradle

Re: Commit and Release procedure

2012-08-10 Thread Richard Bywater
Doing a quick Google search gives this older discussion that sounds similar: https://groups.google.com/d/msg/jenkinsci-dev/9vQUk4T4eSo/qdd3fOJclGAJ Might be worth a look... Cheers Richard. On Fri, Aug 10, 2012 at 9:44 PM, Jonux jonh...@gmail.com wrote: Hi! I have also had problems with

Re: How to make jenkins view customise html for each build?

2012-08-27 Thread Richard Bywater
https://wiki.jenkins-ci.org/display/JENKINS/HTML+Publisher+Plugin is probably what you are after. By the way, this kind of query would probably be better asked over on the Jenkins User List rather than this Dev one. Hope that helps Richard. On 27/08/2012, at 3:13 PM, kai zeng

Re: please add a prefix to the emails for this group

2012-09-16 Thread Richard Bywater
I agree with others - with Gmail's labels this should be unnecessary as the label becomes the indicator... Richard. On Sun, Sep 16, 2012 at 12:04 PM, Jesse Farinacci jie...@gmail.com wrote: Greetings, On Sat, Sep 15, 2012 at 1:32 AM, Francis Upton franc...@gmail.com wrote: This describes how

Jenkins CLI Private Key Default

2013-06-11 Thread Richard Bywater
[Reposted from Jenkins user list as figured that maybe it actually may be more dev focused since its a potential bug - apologies if not the right thing to do] Hi I've been creating a new Jenkins install based on the 1.509.1 LTS version. I've now setup the global security to only allow certain

Gradle plugin pull request #16

2013-06-11 Thread Richard Bywater
I'm not sure if gbois is around or not at the moment but I think it would be a good idea to pull https://github.com/jenkinsci/gradle-plugin/pull/16 as it appears to be causing a number of issues and Nicolas' change seems sensible to me. Is there any objections? (I'm not sure if I'm supposed to

Re: Jenkins CLI Private Key Default

2013-06-11 Thread Richard Bywater
No passphrase is set so shouldn't be an issue (i.e. if I use -i there's no prompt for passphrase or anything). Will file an issue. Thanks! Richard. On Tue, Jun 11, 2013 at 11:37 PM, Jesse Glick jgl...@cloudbees.com wrote: On 06/11/2013 04:38 AM, Richard Bywater wrote: the following command

Re: Jenkins CLI Private Key Default

2013-06-11 Thread Richard Bywater
with my findings. Thanks again Richard. On Tue, Jun 11, 2013 at 11:56 PM, Richard Bywater rich...@byh2o.com wrote: No passphrase is set so shouldn't be an issue (i.e. if I use -i there's no prompt for passphrase or anything). Will file an issue. Thanks! Richard. On Tue, Jun 11, 2013 at 11

Re: Jenkins CLI Private Key Default

2013-06-11 Thread Richard Bywater
at 9:36 AM, Jesse Glick jgl...@cloudbees.com wrote: On 06/11/2013 05:33 PM, Richard Bywater wrote: Will try and have a quick debug of the code and then raise an issue with my findings. jenkinsci/jenkins/main/java/**hudson/cli/CLI.java: try

Re: Gradle plugin pull request #16

2013-06-12 Thread Richard Bywater
Does silence mean no objections? :) If so anyone object to me merging the pull request myself? Thanks Richard. On Tue, Jun 11, 2013 at 9:30 PM, Richard Bywater rich...@byh2o.com wrote: I'm not sure if gbois is around or not at the moment but I think it would be a good idea to pull https

Re: Gradle plugin pull request #16

2013-06-13 Thread Richard Bywater
Thanks - I thought I remembered having read something at some stage but couldn't track it down. Will be patient :) Richard. On Thursday, June 13, 2013, oliver gondža wrote: On Thu, 13 Jun 2013 00:02:52 +0200, Richard Bywater rich...@byh2o.com wrote: Does silence mean no objections

Re: cannot access to my own plugin repo

2013-06-24 Thread Richard Bywater
Also I'm not sure if that bit after the colon is your GitHub password but if it is you may want to consider changing it now :) Richard. On Mon, Jun 24, 2013 at 8:49 PM, Roman rgrigor...@gmail.com wrote: Hi, I cannot access to my plugin repo in jenkinsci, who could help me? git push

Wiki not updating after release?

2013-06-30 Thread Richard Bywater
Hi I recently released 1.23 of the Gradle plugin but I note that the wiki page has not updated yet. Did I miss a step somewhere or does it sometimes just take a while? Richard. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To

Re: want to participate in open source development

2013-07-11 Thread Richard Bywater
See https://wiki.jenkins-ci.org/display/JENKINS/Extend+Jenkins for some resources on helping out. Richard. On Thu, Jul 11, 2013 at 6:38 AM, Hanan M. hanan@gmail.com wrote: Hi All, I have industry experience with java development and automation testing with cucmber using ruby. now I'm

Changing of Gradle parent pom version

2013-07-17 Thread Richard Bywater
In one of my pull requests ( https://github.com/jenkinsci/gradle-plugin/pull/18), I've changed the parent pom version from 1.409 to 1.427 in order to allow compiling with OpenJDK. I'm assuming this means that the lowest Jenkins version supported then becomes 1.427. Does anyone have any objections

Re: How to call/run methods in a Plugin?

2013-07-19 Thread Richard Bywater
If you take a look at the source that Ulli has pointed you at, you should get an idea about how things work and hence have the answers to your own questions :) Richard. On Saturday, July 20, 2013, Felix Kandt wrote: Thank you, I will test his plugin next week. Can you please anwer my

Re: jenkins hadoop plugin issue

2013-07-22 Thread Richard Bywater
Judging by the looks of the numbers of installs that use the plugin (41 in June) there's probably less chance of getting a prompt reply - asking multiple times on multiple lists isn't going to help. I don't use the plugin but I'd suggest that you try debugging through the plugin to find out what

Re: Build errors when following the plug-in tutorial

2013-07-29 Thread Richard Bywater
Since you have a proxy, have you tried explicitly setting it in your Maven settings.xml file - it's possible that whet is picking up your proxy settings but Maven isn't. Richard. On Tuesday, July 30, 2013, RDR wrote: I should also point out that wget

Re: Build errors when following the plug-in tutorial

2013-07-30 Thread Richard Bywater
file. I (wrongly) assumed that maven would pick up the proxy settings from the parent shell. Problem solved. Thanks. On 29 July 2013 22:31, Richard Bywater rich...@byh2o.com wrote: Since you have a proxy, have you tried explicitly setting it in your Maven settings.xml file - it's possible

Re: Backporting for 1.509.3 started

2013-08-06 Thread Richard Bywater
I don't use Maven at all but I'd think that introducing a new feature like Maven 3.1 support would be something for a main release not a point release. Richard. On Tue, Aug 6, 2013 at 8:51 PM, ogondza ogon...@gmail.com wrote: The change is really huge and to me support for maven 3.1 sounds

Re: Updating the standard information on a Plugin wiki page

2013-08-06 Thread Richard Bywater
Sorry don't know the answer but out of interest just wondering why you don't want it hosted under the JenkinsCI org in Github? Richard. On Tue, Aug 6, 2013 at 9:43 PM, Jim Gallagher jegallag...@gmail.com wrote: Anyone got any idea on this question? It's ugly to have to state that the code is

Re: Join the jenkins development group

2013-08-06 Thread Richard Bywater
Just a thought - would something like view-build-line-plugin or something be a bit better? Right now we've got build-line-plugin, build-pipeline-plugin, and build-flow-plugin and I wonder, if this plugin in fact is a view (which it appears to be?), if prefixing it with view or something would

Quick query re publishers

2013-08-12 Thread Richard Bywater
Hopefully a quick question - from a publisher's perform method, can you get access to the job that the build relates to? Thanks Richard. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop receiving

Re: commit access for new plugin

2013-08-21 Thread Richard Bywater
You'll probably want to read through https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins including the section on releasing the plugin for people (including yourself) to use. Richard. On Wed, Aug 21, 2013 at 7:36 PM, Joachim Rodrigues rodrigues.joac...@gmail.com wrote: Ok thanks but

Re: Plastic SCM plugin for Jenkins: build issue

2013-08-21 Thread Richard Bywater
I think you'd be best making the plugin Java 7 compatible especially as Java 6 is now EOL. I don't have access to the code right now but I could be a simple matter of the parent Pom version being too low as some older Poms did rely on com.sun classes that aren't in Openjdk/Java 7. Richard. On

Re: Plastic SCM plugin for Jenkins: build issue

2013-08-21 Thread Richard Bywater
: parent groupIdorg.jenkins-ci.plugins/groupId artifactIdplugin/artifactId version1.427/version /parent Richard. On Thu, Aug 22, 2013 at 7:07 AM, Richard Bywater rich...@byh2o.com wrote: I think you'd be best making the plugin Java 7 compatible especially as Java 6 is now

Re: Plastic SCM plugin for Jenkins: build issue

2013-08-21 Thread Richard Bywater
...@cloudbees.com wrote: On Wed, Aug 21, 2013 at 4:45 PM, Richard Bywater rich...@byh2o.com wrote: Does look like its the old parent version that will be stopping Java 7 compatibility. Right, you need at least 1.420 parent POM to build. 1.424 was the first LTS thereafter, if you want to be conservative

Re: request for hosting new plugin

2013-08-28 Thread Richard Bywater
Have you checked out the Wiki page at https://wiki.jenkins-ci.org/display/JENKINS/Rally+Update+plugin ? Although while I've noticed this thread, is there any chance of getting the name made to be in line with the rest? rally-update-plugin-1 has a kind of weird ring to it :) Richard. On Wed,

Re: Plugin usage statistics broken

2013-08-29 Thread Richard Bywater
Not really an answer to your question and hopefully not stepping on anyone's toes, but it does seem a bit of a worry to me that there are a lot of little jobs and utilities that support the Jenkins' ecosystem that seem to be only maintained by a very small group of people. Has it been discussed

Re: Uninstall jenkins in Ubuntu

2013-09-16 Thread Richard Bywater
Please do not double post into the dev group especially when this is a users issue and the you only raised the question 1 hour ago. I have responded to you in the other group. Richard. On Mon, Sep 16, 2013 at 7:18 PM, Gocol Dev g0c00l.g...@gmail.com wrote: Hi folks, I am looking for some

Re: SCM Polling - Queue per SCM type

2013-10-03 Thread Richard Bywater
Re Git, you only need SCM polling ticked - you don't need to actually have a value in the polling field. Not sure if that helps but thought I'd mention it. Richard On Thursday, September 26, 2013, Sascha Vogt wrote: Hi all, We are currently in the unfortunate situation that we have multiple

Re: Jenkins Progress Bar

2013-10-31 Thread Richard Bywater
If it's 100% complete then presumably the progress bar shouldn't be showing? ;) Richard. On Thu, Oct 31, 2013 at 8:58 PM, StudyCodes study...@gmail.com wrote: Hi all, I wanna make the progress bar display 100% work is done which is the bar filled by blue color (pos:100) Is any way

Re: Slow performance after moving jenkins to another machine.

2013-11-14 Thread Richard Bywater
Is there anything different about the new machine? (Disk, memory, os setup, etc.) Richard On Friday, November 15, 2013, Martin Zajíc wrote: Hi, guys I have two jenkins running on same machine I moved them to another machine and performance is really bad it takes 30s to load dashboard which

Re: Fixed time schedule for LTS releases

2014-01-23 Thread Richard Bywater
Would this include security releases if required? I think its ok to stop any functional updates but in my mind we should try and apply security patches to as many lines as possible. Richard. On Thu, Jan 23, 2014 at 11:03 PM, oliver gondža ogon...@gmail.com wrote: I have left out that bullet

Automatic Publish-Over-SSH Host Configuration

2014-01-26 Thread Richard Bywater
Hi Resending a previously user list based message on Dev list in case there's people on the Dev list that can help out who haven't picked up on the User list based one We've got a requirement to be able to automate the creation of Host Configurations for the Publish-Over-SSH plugin. I'm

Re: Automatic Publish-Over-SSH Host Configuration

2014-01-26 Thread Richard Bywater
27, 2014 at 1:18 PM, Daniel Beck m...@beckweb.net wrote: On 27.01.2014, at 00:33, Richard Bywater rich...@byh2o.com wrote: I'm wondering if anyone has any pointers/tips/documentation on doing so as so far I haven't had much success in working out how to configure Jenkins system-type

Re: Automatic Publish-Over-SSH Host Configuration

2014-01-26 Thread Richard Bywater
should give me what I'm after. Does that code change sound like a bit of a hack or is it something that is quite common in other plugins? Cheers Richard. On Mon, Jan 27, 2014 at 1:18 PM, Daniel Beck m...@beckweb.net wrote: On 27.01.2014, at 00:33, Richard Bywater rich...@byh2o.com wrote: I'm

Re: Automatic Publish-Over-SSH Host Configuration

2014-01-26 Thread Richard Bywater
@gmail.com wrote: I would submit a pull request as well, sounds like a useful method to have. On Sun, Jan 26, 2014 at 6:32 PM, Richard Bywater rich...@byh2o.comwrote: To follow up turns out that this doesn't work as hostConfigurations appears to be only externally made visible as an unmodifiable

Re: Backports for 1.532.2

2014-02-04 Thread Richard Bywater
Is it normal for the selenium-tests to fail? Would seem a bit strange to release a new version when the tests are failing? Richard. On Wed, Feb 5, 2014 at 6:59 AM, Mark Waite mark.earl.wa...@gmail.comwrote: I posted a few items of areas where I had performed an hour or two of interactive

Re: Backports for 1.532.2

2014-02-04 Thread Richard Bywater
cases was usually the precursor to repairing or removing the failing Selenium test. Mark Waite On Tue, Feb 4, 2014 at 12:43 PM, Richard Bywater rich...@byh2o.comwrote: Is it normal for the selenium-tests to fail? Would seem a bit strange to release a new version when the tests are failing

Re: Announcing copyartifact-git-plugin

2014-02-19 Thread Richard Bywater
Sounds interesting - I'd question whether it would be better to update the existing copy artifact plugin with your new functionality rather than create a separate one though? Richard. On Thu, Feb 20, 2014 at 12:10 PM, Patrick Higgins patrick.allen.higg...@gmail.com wrote: I just created

Re: Announcing copyartifact-git-plugin

2014-02-19 Thread Richard Bywater
, Feb 19, 2014 at 7:11 PM, Richard Bywater rich...@byh2o.com wrote: better to update the existing copy artifact plugin with your new functionality No, adding a Git dependency to this generic plugin would not be a good idea. -- You received this message because you are subscribed

Re: Spam protection problem

2014-03-24 Thread Richard Bywater
Guess it depends on the definition of a throwaway email account provider. Presumably Gmail.com Hotmail.com (or is that outlook.com now?) would be covered by that but there's plenty of people who use them as their main email accounts. Richard. On Tue, Mar 25, 2014 at 9:31 AM, Daniel Beck

Re: Opensourcing a plugin under a different github org

2014-03-24 Thread Richard Bywater
+1 to trying to keep them in the same place. On Tue, Mar 25, 2014 at 12:36 PM, Kohsuke Kawaguchi k...@kohsuke.org wrote: We might not be enforcing it today, but it's at least my intention that we want all the plugins in the community update center be hosted on our GitHub org. To me, it's an

Re: Spam protection problem

2014-03-25 Thread Richard Bywater
Ah yes I get you know. Truly throwaway anonymous accounts. In that case I agree - does seem strange to give them the option of signing up via the mailing list. Richard On Tuesday, March 25, 2014, Daniel Beck m...@beckweb.net wrote: On 24.03.2014, at 21:39, Richard Bywater rich...@byh2o.com

Re: much belated 1.532.3 RC posted

2014-04-03 Thread Richard Bywater
Well and hopefully not the NZ-style train I'm used to where you know when the train is supposed to arrive, but rarely does and also seems to be running a little behind :) On Fri, Apr 4, 2014 at 8:48 AM, Jesse Glick jgl...@cloudbees.com wrote: On Thu, Apr 3, 2014 at 3:32 PM, Kohsuke Kawaguchi

Understanding how Jenkins URLs are mapped to code

2014-04-21 Thread Richard Bywater
Hi Just wondering if anyone can point me at some documentation / examples about how Jenkins URLs are mapped through to code? For instance I've been looking at URLs such as /createItem and /git/notifyCommit but can't seem to figure out how the URL calls are mapped through to know which bits of

Re: Understanding how Jenkins URLs are mapped to code

2014-04-22 Thread Richard Bywater
* Tel: +46 10 80 12721 sonymobile.com *From:* jenkinsci-dev@googlegroups.com [mailto: jenkinsci-dev@googlegroups.com] *On Behalf Of *Richard Bywater *Sent:* den 22 april 2014 01:26 *To:* jenkinsci-dev@googlegroups.com *Subject:* Understanding how Jenkins URLs are mapped to code Hi

Fwd: Regarding compressing artifacts while still providing transparent access to files from Artifacts link on the build page

2014-05-05 Thread Richard Bywater
Can we get supp...@coinbase.com removed from the Google Group? Not even sure why we don't seem to get this autoreply for all messages but its a bit of a PITA Richard. -- Forwarded message -- From: Coinbase Support supp...@coinbase.com Date: Tue, May 6, 2014 at 2:02 AM Subject:

Fwd: html plugin

2014-05-14 Thread Richard Bywater
Can someone with Google Group admin rights please drop this automated bot out of the list? Richard. -- Forwarded message -- From: Coinbase Support supp...@coinbase.com Date: Thu, May 15, 2014 at 4:59 AM Subject: Re: html plugin To: jenkinsci-us...@googlegroups.com

Re: What does FS mean in Remote FS root?

2014-05-21 Thread Richard Bywater
File System. Richard. On Wed, May 21, 2014 at 10:00 PM, Stéphane Bruckert stephane.bruck...@gmail.com wrote: Hello, I am curious to know what does the FS acronym mean in Remote FS root? It is displayed on any node configuration page.

Re: New plugin - jenkins-notify-plugin (with configurable JSON payload)

2014-06-03 Thread Richard Bywater
Just a query - is there a particular reason not to extend the functionality of the existing Notification Plugin? ( https://wiki.jenkins-ci.org/display/JENKINS/Notification+Plugin) I see your one is a lot more customisable but it seems to me that the use-cases are similar? Richard. On Wed, Jun

Re: workflow dsl

2014-06-04 Thread Richard Bywater
What would happen if you had different kinds of jobs you wanted to run from the same SCM source? (e.g. one job might want to build stuff and unit test whilst another might want to do UI integration tests, whilst another might be a custom job to do a bit of each) Richard. On Thu, Jun 5, 2014 at

Re: Why doesn't copying an hpi file to JENKINS_HOME/plugins/ work?

2014-06-10 Thread Richard Bywater
FYI if you don't have Java installed on the machine that is wanting to make the call to add the plugin, you can do it via the SSH mechanism too. See https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+SSH Richard. On Wed, Jun 11, 2014 at 3:07 PM, Code ekkapo...@gmail.com wrote: I changed to

Re: New maintainer for email-ext

2014-06-21 Thread Richard Bywater
First of all congratulations on the new addition. I've got two and find trouble getting enough time to do things so can't imagine what it's like with 5! :) What's generally involved in being a maintainer for a Jenkins plugin? (Eg what's a day in the life of a maintainer look like) Richard. On

Re: Update the meta name=description in the jenkins-ci.org HTML source code

2014-06-25 Thread Richard Bywater
I'd argue to remove the number completely as its going to get out of date whichever number you put. Also I'm not sure that one should describe something based on its size but rather its strengths. Richard. On Thu, Jun 26, 2014 at 7:53 AM, Baptiste Mathus bmat...@batmat.net wrote: Hi all,

Re: Request to host Build Env Propagator plugin

2014-07-01 Thread Richard Bywater
I'm actually of the opposite view in that if we start having lots of plugins with similar functionality, it actually makes things more confusing. Especially if you need to have multiple plugins installed to get the breadth of functionality you want and even more so if they use similar labels on

Re: automatic workspace cleanup

2014-07-04 Thread Richard Bywater
https://wiki.jenkins-ci.org/display/JENKINS/Workspace+Cleanup+Plugin ? Richard. On Saturday, July 5, 2014, Shirhen Ince shirhe...@gmail.com wrote: I did searched but I didnt found something that does it automatic , and if there is and I didnt notice it I would like for someone to tell me but

Re: Proper forum for questions about the Workflow plugin?

2014-10-03 Thread Richard Bywater
Almost - the users list would be your best bet as that's most on topic and possibly has more of an audience than the development list which is meant for more Jenkins development discussions Cheers Richard On 4/10/2014 9:17 AM, Jason Swager jswa...@alohaoi.com wrote: I've started trying to use

Re: Can't get access to the release button of the debian-package-builder-plugin in cloudbees

2014-10-03 Thread Richard Bywater
I'd argue though that as a maintainer you'd want to download the PR and test it actually works and doesn't break things which would presumably mean dragging it down and testing :) Having said that it does seem silly to have a Jenkins instance that doesn't give you some of the goodness that

Re: Problem with ClearCase

2014-10-13 Thread Richard Bywater
Don't have a direct answer to your query but wondering why you'd be writing a plugin that does those Clearcase commands when other Clearcase plugins already exist that would seem to do a similar thing? Richard. On Mon, Oct 13, 2014 at 8:26 PM, jenkinsuse...@gmail.com wrote: Sorry, the message

Re: Just pushed a release, now what?

2014-10-22 Thread Richard Bywater
https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins does say The released plugin will show up in the update center in half a day or so. - that *kind of* answers it. Richard. On Thu, Oct 23, 2014 at 10:00 AM, Kanstantsin Shautsou kanstantsin@gmail.com wrote: Hi Daniel, do we have

Re: Just pushed a release, now what?

2014-10-22 Thread Richard Bywater
, 2014 12:03:14 AM UTC+3, Richard Bywater wrote: https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins does say The released plugin will show up in the update center in half a day or so. - that *kind of* answers it. Richard. On Thu, Oct 23, 2014 at 10:00 AM, Kanstantsin Shautsou

Re: Plugin hosting request

2014-10-26 Thread Richard Bywater
Based on that, perhaps openshift-tools-jenkins-plugin would be a better fit for naming? Richard. On 27/10/2014 2:55 AM, Siamak Sadeghianfar siamaks...@gmail.com wrote: Hi Oleg, The jenkins-cloud-plugin is bound to the internals of OpenShift engine and allows the engine to provision slave

Re: Request for new Jenkins mark usage

2014-11-05 Thread Richard Bywater
Are the three Cloudbees products standalone or do they sit on top of Jenkins? I'm wondering if they are standalone whether the powered by type approach is more appropriate? (i.e. you've got your product name - CloudBees Enterprise - and its powered under the hood by Jenkins) Richard. On Thu, Nov

Re: hi i have a question

2014-11-24 Thread Richard Bywater
Out of interest, what is synopsis.com as referred in the email address below? On 24/11/2014 8:12 PM, Oleg Nenashev o.v.nenas...@gmail.com wrote: Please clarify the question and ask it on jenkinsci-us...@synopsys.com If you have problems with English description of the issue, attach screenshots

Re: hi i have a question

2014-11-24 Thread Richard Bywater
...@googlegrooups.com. 2014-11-24 12:19 GMT+03:00 Richard Bywater rich...@byh2o.com: Out of interest, what is synopsis.com as referred in the email address below? On 24/11/2014 8:12 PM, Oleg Nenashev o.v.nenas...@gmail.com wrote: Please clarify the question and ask it on jenkinsci-us

Re: INFRA-240 is fixed / post-mortem

2015-02-16 Thread Richard Bywater
Sounds like a great idea - even if the term ops lead isn't used then it would be good for one (or two?) people to drive things a bit as otherwise its easy for people to sit back and think that someone else is going to fix it. I'm not sure if its just me, but in the past I've put my hand up to

Re: Remote Host Build using Jenkins

2015-02-18 Thread Richard Bywater
Please do not double post. Your question is user related and I'm sure someone will help you out there if they can. Richard On 18/02/2015 6:15 PM, Prasanth .K prasanthkarthi...@gmail.com wrote: Is it possible to build the remote host file using jenkins? If possible means can anyone suggest

Re: How to create a jenkins build using server URL.

2015-02-12 Thread Richard Bywater
I have replied on the users list - please don't double post and restrict Jenkins usage questions to the user list. Richard. On Thu, Feb 12, 2015 at 10:31 PM, Bharathi Devarasu bharathib...@gmail.com wrote: Hi All, I need to create a project that uses server URL. for example my projects are

Plugin Hosting Requests

2015-02-17 Thread Richard Bywater
Hi I was just going through a bunch of dev-list items and came across quite a few instances of plugin hosting requests that haven't been answered or are awaiting more information from the requestor etc. It made me wonder about whether it would be a good idea or not to use Jira tickets for the

Google Groups Moderation

2015-02-18 Thread Richard Bywater
Hi Mailing the dev list as more of an operations type list :) There seems to have been a huge increase in the number of recruiters spamming the lists with job offers and CVs etc. Just wondering who has access to ban the people (assuming that's a thing you can do in Google groups)? I'd be happy

Fwd: Publish-Over-SSH Pull Request

2015-02-01 Thread Richard Bywater
Hi everyone I haven't heard back so was wondering whether people think it would be best to wait a bit longer, or merge the PR and do a release? Cheers Richard. -- Forwarded message -- From: Richard Bywater rich...@byh2o.com Date: Wed, Jan 28, 2015 at 3:34 PM Subject: Publish-Over

Re: Jenkins 1.580.3 RC Testing

2015-01-26 Thread Richard Bywater
Hi Just wondering how this release is getting on in terms of release? We're about to update from a really old version and it would be a shame to go to 1.580.2 if 1.580.3 was to come out the next day :) Richard. On Fri, Jan 16, 2015 at 11:54 PM, oliver gondža ogon...@gmail.com wrote: Hi, New

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

2015-02-18 Thread Richard Bywater
Personally I'd avoid the word Uno in the plugin name completely as, according to the README, you can have one *or more* parameters and Uno Choice Dynamic Parmeter says to me that the plugin only supports one choice. Richard. On Thu, Feb 19, 2015 at 1:22 PM, 'Bruno P. Kinoshita' via Jenkins

Re: Unapproved use of the trademark

2015-03-06 Thread Richard Bywater
I agree - although I wouldn't be at a project meeting I think I'd disagree with letting them use the trademark in this way and instead should be Somethingelse Hosting powered by Jenkins as currently it reads like it's an official product. Richard On 7/03/2015 6:51 PM, Kohsuke Kawaguchi

Re: Proposal : Jenkins to require Java 8

2015-03-26 Thread Richard Bywater
Not entirely true - Redhat customers will get until at least November (so a further 6 months) and even after that the company could be paying Oracle for extended support. Richard. On Thu, 26 Mar 2015 at 22:39 James Nord jamestn...@gmail.com wrote: On Wednesday, 25 March 2015 16:33:09 UTC,

Re: Need Help with a plugin

2015-03-02 Thread Richard Bywater
This is a user list issue which you've already asked on twice. If someone can help out they will so posting multiple times will just mean potentially splitting replies across multiple messages. Richard On 3/03/2015 6:55 AM, Jenifer Kim jen27...@gmail.com wrote: Hi I am new in a role that

Re: New plug-in request: android-device-connector-plugin

2015-02-28 Thread Richard Bywater
Out of interest, would it be possible/better to have the two plugins as one combined plug in (that is, connected devices plug in)? Richard On 1/03/2015 1:07 PM, Nicolae Ghimbovschi xfreeb...@gmail.com wrote: Hi, Recently I've created a new Jenkins plugin for viewing and managing connected

Re: Running Github java files

2015-03-24 Thread Richard Bywater
This particular forum is for development *of* Jenkins or its plugins. Richard. On Wed, 25 Mar 2015 at 08:21 simon drake simondrake1...@googlemail.com wrote: Hi Chris, My apologies and thanks. Is this forum more suited for the advanced users of Jenkins? -- You received this message

Re: Proposal : Jenkins to require Java 8

2015-03-24 Thread Richard Bywater
+1 for Java 7, -1 for Java 8 (at this time). Reason for that is that I don't believe there is any normal way for RHEL5 servers to get Java 8 and it will not be hitting its end of production phase until March 2017 and so I'm guessing there's still a lot out there. Richard. On Wed, 25 Mar 2015 at

Re: Plugin Hosting for Stash Pull Request Builder

2015-03-24 Thread Richard Bywater
Are you possibly hitting the first issue described at https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Workingaroundcommonissues ? Richard On Tue, 24 Mar 2015 at 21:29 Nathan McC nathan.e@gmail.com wrote: Ok so setting the username and password in settings.xml

Re: Proposal : Jenkins to require Java 8

2015-03-24 Thread Richard Bywater
, Richard Bywater rich...@byh2o.com wrote: +1 for Java 7, -1 for Java 8 (at this time). Reason for that is that I don't believe there is any normal way for RHEL5 servers to get Java 8 and it will not be hitting its end of production phase until March 2017 and so I'm guessing there's still a lot

Re: Plugins hosted in svn

2015-04-22 Thread Richard Bywater
Just to throw something out there... I've never used it so perhaps its not fit for purpose, but given that Github supposedly supports people accessing the repositories via SVN, wouldn't an idea be to make sure that all repositories live on Github and people simply use their choice of SCM tool?

Re: Doubts about Publish Over SSH Plugin

2015-04-24 Thread Richard Bywater
Please do not post this kind of query to the Dev mailing list - this list is for questions regarding the Development of Jenkins and relates plugins. Cheers Richard On 8:58AM, Sat, 25/04/2015 Erick Macedo erickfmac...@gmail.com wrote: Hi, Publish plugin installed SSH in jenkins to perform

Re: Execute two jobs in Jenkins without losing session

2015-04-27 Thread Richard Bywater
Please do not post this kind of query to the Jenkins-Dev list - this list is designed for discussion on Jenkins and Related Plugin Development not use of those things. Richard. On Tue, 28 Apr 2015 at 15:42 gaurav kodmalwar gaurav.kodmal...@gmail.com wrote: Hi All, I have configured Jenkins

Re: Hosting request for Exactor plugin

2015-04-30 Thread Richard Bywater
How does your plugin differ from the HTML Publisher plugin as you mention that the tool spits out HTML reports? Richard On 7:02AM, Fri, 1/05/2015 Andoni del Olmo andoni.delo...@gmail.com wrote: Forgot to add some links about Exactor. https://code.google.com/p/exactor/

Re: Hosting request for Exactor plugin

2015-05-01 Thread Richard Bywater
Publisher is the only reason I started developing the exactor plugin. I will stop using it myself an adopt Html Publisher from now on. Thanks for pointing me in the right direction! On Thursday, 30 April 2015 23:07:45 UTC+2, Richard Bywater wrote: How does your plugin differ from the HTML

Re: wiki page for Chat Room jenkins plugin

2015-04-29 Thread Richard Bywater
Not sure if I'm the only one who has this concern (or even if its a valid concern), but it seems rather easy for someone to easily stick any old plugin into the update centre. Is there a potential that someone could load up nefarious plugins that trick users into installing them and having them do

Re: [ANN] Official docker repository for Jenkins

2015-05-05 Thread Richard Bywater
Please do not hijack a thread to try and get your question answered. Also this type of query belongs in the Jenkins User Mailing list not the Dev one as this mailing list is intended for discussion on Jenkins and related plugin development and not use of Jenkins and plugins. Richard. On Wed, 6

Re: Request hosting mongodb-document-upload-plugin repository

2015-05-09 Thread Richard Bywater
I have a feeling he's referring more to the If you notice that your pull requests aren’t getting attended to within a week or two, please drop us a note at the dev list, and please consider becoming a committer and push the changes directly. part more than taking other as maintainer... although I

Re: Java 8 for acceptance-test-harness?

2015-06-03 Thread Richard Bywater
Personally I have no issues with using Java 8 for the harness side of things. Richard. On 4:27AM, Thu, 4/06/2015 nicolas de loof nicolas.del...@gmail.com wrote: hehe, I'm happy this topic comes back :) you all know my opinion on this 2015-06-03 18:15 GMT+02:00 Ullrich Hafner

Re: For authentication I would like to integrate existing IDM (Identity management system) that my company follows , how do we do that..

2015-06-02 Thread Richard Bywater
This question belongs on the Jenkins User list not the Jenkins Developer list unless you are planning on writing a plugin to support it. When you repost over in the Users list it would also be useful for people to know what system you are using as otherwise its a bit of a needle in the haystack!

Re: [PROPOSAL] Semi-automated detection of unmaintained plugins

2015-06-09 Thread Richard Bywater
Personally I'd be if favour of presenting a last modified date in the update centre to give people an indication of the last update and then do a 6 monthly/yearly ping as Oliver suggests. Richard On 9:56AM, Wed, 10/06/2015 oliver gondža ogon...@gmail.com wrote: I am afraid every 3 months is

Re: Jenkins git-plugin Question

2015-06-20 Thread Richard Bywater
This is best placed in the users list not the Dev list. Also when you post over there you'd be best to Include an example of the output that you are referring to. Richard On 10:57AM, Sat, 20/06/2015 ajac...@invoca.com wrote: Hey there, Was told by the developers that someone here might be

Re: Request Commit Access to https://github.com/jenkinsci/git-tag-message-plugin

2015-06-11 Thread Richard Bywater
Have you contacted the maintainer to see if they are available to merge your pull request? He's been active on this list so he should be around to answer emails. Richard. On Thu, 11 Jun 2015 at 23:12 tlogikcommun...@gmail.com wrote: User LogikBlitz requests commit access to

Re: Abstracted artifact storage?

2015-06-16 Thread Richard Bywater
On Wed, 17 Jun 2015 at 04:50 Jesse Glick jgl...@cloudbees.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 requires the

Re: Abstracted artifact storage?

2015-06-16 Thread Richard Bywater
of other slaves in some cases. Richard. On Wed, 17 Jun 2015 at 08:50 Richard Bywater rich...@byh2o.com wrote: On Wed, 17 Jun 2015 at 04:50 Jesse Glick jgl...@cloudbees.com wrote: So the JIRA issue covers the fact that the retrieval side of things is not currently abstracted away and relies

Re: Modifying a job via a post build step

2015-06-11 Thread Richard Bywater
Would it be easier to just parameterise the Git Branch of the job that you are changing and then pass a different parameter value in when needed? (It's hard to know why a build would change the job's Git branch other than, say, for that job to do something on the Git branch of the job that has

  1   2   3   >