Re: Parallel builds with Build Flow

2014-04-11 Thread jhoomsharabi
I don't know where and how to use this fix https://issues.jenkins-ci.org/browse/JENKINS-2181 -Original Message- From: jhoomsharabi To: jenkinsci-users Sent: Sat, Apr 12, 2014 10:08 am Subject: Re: Parallel builds with Build Flow Hi, Any progress on this parallel build process, I wa

Re: Parallel builds with Build Flow

2014-04-11 Thread jhoomsharabi
Hi, Any progress on this parallel build process, I was also looking for same configuration of running parallel same job with different parameters on different slaves, but could not find any possible solution or plugin. May be need to write new plugin to satisfy this requirement. Thanks, Jhoom

Re: GitHub access using access token and Basic Authentication no longer working

2014-04-11 Thread Chris Jansen
Thanks Mark! Worked like a charm. Kevin, I agree it would have been helfpul if the plugin upgraded the URLs for you. Another nice-to-have would be for the plugin to lok for a basic auth formatted URL on pull failure and generate a more informative error message. On Friday, April 11, 2014 12:

Re: upload ssl keys jenkins

2014-04-11 Thread JonathanRRogers
On Friday, April 11, 2014 8:03:37 AM UTC-4, parakrama55 wrote: > > Hi guys > > > i have valid certificate *jenkin.key* and *jenkin.crt* can you guys > tell me how can i upload ssl keys to jenkins keystore > > Read the "Using HTTPS with an existing certificate" section at the bottom of this

Re: GitHub access using access token and Basic Authentication no longer working

2014-04-11 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Another alternative would be for the plugin to automagically upgrade such URLs and create suitable Credentials for them, so that the user gains the benefits of the new method without their system getting broken. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-us

Re: GitHub access using access token and Basic Authentication no longer working

2014-04-11 Thread Mark Waite
Kevin is correct. I duplicated the bug you're describing. A GitHub URL of the form https://username:passw...@github.com/github_username/github_repository does not clone with the current version of the git client plugin (1.8.0) and the current version of the git plugin (2.2.0). If I take that sam

Upstream parameter overwriting the job parameter

2014-04-11 Thread Maneesh M P
We have pipeline jobs configured, from my first job i am kicking of parameterized job with a property file. I need all the parameters in downstream jobs except for one. So I have a choice parameter in the downstream job and I put value there thinking that would override the upstream job value.

Re:GitHub access using access token and Basic Authentication no longer working

2014-04-11 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You have probably updated to a version of the Git client plugin that uses the Credentials plugin for storage of credentials, and doesn't support URLs with embedded credentials. At least, that seems likely based on what you are reporting. It's certainly not a Jenkins core issue. - Original M

GitHub access using access token and Basic Authentication no longer working

2014-04-11 Thread Chris Jansen
Hi, I have been using a GitHub personal access token and basic authentication to pull from private GitHub repos from Jenkins. I use the GitHub Plugin, and then for each project, the GitHub Project and Git Repository URL settings are the same, with a format of: https://:@github.com///. This h

Re: Outlook365 email notification is failing

2014-04-11 Thread Slide
Can you post your configuration? I helped someone some time back get it working, but I don't remember everything we did. If I remember correctly, the admin email address had to match the user that you are using in the authentication. You also need to NOT use SSL, but enable STARTTLS. On Thu, Apr

Re: Rebuild job on the same node as before

2014-04-11 Thread Les Mikesell
On Fri, Apr 11, 2014 at 3:17 AM, Christoph Vollmer wrote: > Yeah but this would require all nodes beeing active everytime. > If one node stays offline and is tied to ~10 devices those devices wouldn't > get a nightly build this time ... You can put a device label on more than one node. Jenkins w

RE: How to set email address for a user when using AD?

2014-04-11 Thread David Aldrich
1.558 The list has been empty for months (I think). From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide Sent: 11 April 2014 13:49 To: Jenkins User Mailing List Subject: RE: How to set email address for a user when using AD? I also use AD and hav

RE: How to set email address for a user when using AD?

2014-04-11 Thread Slide
I also use AD and have a list of people when I browse to the People page. What version of Jenkins are you using? On Apr 11, 2014 2:52 AM, "David Aldrich" wrote: > Hi Richard > > > > That isn't the case for me. > > > > I have *Manage Jenkins > Configure Global Security > Access Control > > Securi

upload ssl keys jenkins

2014-04-11 Thread parakrama55 .
Hi guys i have valid certificate *jenkin.key* and *jenkin.crt* can you guys tell me how can i upload ssl keys to jenkins keystore Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving email

Re: Where did the maven deploy plugin go?

2014-04-11 Thread Costin Caraivan
Oh, nice, I had missed that. You're right, much better to do it directly from Maven. _ Costin Caraivan On Fri, Apr 11, 2014 at 11:43 AM, Baptiste Mathus wrote: > IIUC, I would recommend doing without it actually. > > Now that the standard maven-deploy-plugin supports this feature ou

RE: How to set email address for a user when using AD?

2014-04-11 Thread David Aldrich
Hi Richard That isn't the case for me. I have Manage Jenkins > Configure Global Security > Access Control > Security Realm set to Active Directory My People list is empty (previously contained entries before I used active directory). BR David From: jenkinsci-users@googlegroups.com [mailto

Re: How to set email address for a user when using AD?

2014-04-11 Thread Richard Bywater
Odd - I'm using AD too and I can see a list of people who have logged in and SCM ids... Richard. On Friday, April 11, 2014, David Aldrich wrote: > My People link gives an empty list of people. Is that because I am > using Active Directory? > > > > David > > > > *From:* > jenkinsci-users@goog

Re: Where did the maven deploy plugin go?

2014-04-11 Thread Baptiste Mathus
IIUC, I would recommend doing without it actually. Now that the standard maven-deploy-plugin supports this feature out of the box [1], doing this through Jenkins ties your build a bit too much to Jenkins IMO. Ideally, for debugging reasons in general, you should try and have something that would b

Re: Where did the maven deploy plugin go?

2014-04-11 Thread Costin Caraivan
Ignore that email, I found it. I was looking at the "Post build steps" and it actually was in the "Post build actions". Confusing naming :( This also means that a freestyle project invoking Maven won't have it available :( _ Costin Caraivan On Fri, Apr 11, 2014 at 11:35 AM, Costin C

Re: Where did the maven deploy plugin go?

2014-04-11 Thread Costin Caraivan
I'm not seeing it, Jenkins 1.534. Is it part of a newer release? _ Costin Caraivan On Thu, Apr 10, 2014 at 10:49 AM, teilo wrote: > It shows up for me as part of the standard maven plugin, under a post > build action > > -- > You received this message because you are subscribed to

Re: Rebuild job on the same node as before

2014-04-11 Thread Christoph Vollmer
Yeah but this would require all nodes beeing active everytime. If one node stays offline and is tied to ~10 devices those devices wouldn't get a nightly build this time ... Since we've got only ~ 15 "core nodes" that are online >90% of the time and a few more that are online from time to time this

Re: Rebuild job on the same node as before

2014-04-11 Thread Björn Pedersen
Am Mittwoch, 9. April 2014 08:22:41 UTC+2 schrieb Christoph Vollmer: > > Hey, > > we are using jenkins to build an android rom every night for many devices. > Currently we set up a matrix job which has 1 axis with build parameters > (the actual devices name) and 1 axis for the node selection (co

RE: How to set email address for a user when using AD?

2014-04-11 Thread David Aldrich
My People link gives an empty list of people. Is that because I am using Active Directory? David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Richard Bywater Sent: 11 April 2014 09:04 To: jenkinsci-users@googlegroups.com Subject: Re: How to set

Re: How to set email address for a user when using AD?

2014-04-11 Thread Richard Bywater
The People link will/should get you there (at least does on my install) Richard On Friday, April 11, 2014, David Aldrich wrote: > Hi Slide > > > > Thanks for your reply. I have done what you suggested and am happy with > that. > > > > But, I am right in thinking I can't get to > http://YOURSER

RE: How to set email address for a user when using AD?

2014-04-11 Thread David Aldrich
Hi Slide Thanks for your reply. I have done what you suggested and am happy with that. But, I am right in thinking I can't get to http://YOURSERVER/jenkins/user/fbloggs/configure from the menus? Isn't that a bit odd? Best regards David From: jenkinsci-users@googlegroups.com [mailto:jenkins