Re: Triggers - Always, Send to Developers, An attempt to send e-mail to empty list of recipients ignored

2015-06-08 Thread Kevin Navero
Ok, this is weird..it's working now, but I don't really know what I did to fix it. The MailAddressResolver isn't case sensitive is it? I may have been modifying my git config user.email around as well as the email address in the Jenkins "people" list. On Monday, June 8, 2015 at 8:16:48 PM UTC-7

Re: Triggers - Always, Send to Developers, An attempt to send e-mail to empty list of recipients ignored

2015-06-08 Thread Kevin Navero
Hm, if the email-ext gets the email information from a person's information in the "people" listings (Jenkins users and people mentioned in commit messages), then what's with the email generation algorithm mentioned in the wiki? Is that like a second fallback option to resolve the email address?

Re: Triggers - Always, Send to Developers, An attempt to send e-mail to empty list of recipients ignored

2015-06-08 Thread Kevin Navero
I'm on Windows 7 x64 Professional and `java -version` gives me: java version "1.7.0_51" Java(TM) SE Runtime Environment (build 1.7.0_51-b13) Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode) I'm running Jenkins version 1.616, Email Ext is at version 2.40.4. Attached show the releva

Jenkins Cucucmber perf plugin bug is left unassigned

2015-06-08 Thread Arish Arbab
My Bug on Cucumber perf plugin is still open in Jenkins JIRA. Can somebody have a look at this please ? Link: https://issues.jenkins-ci.org/browse/JENKINS-28767 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group a

Re: Triggers - Always, Send to Developers, An attempt to send e-mail to empty list of recipients ignored

2015-06-08 Thread Slide
email-ext does use the MailAddressResolver just like Mailer plugin, which means it should be getting the information from the person's account in Jenkins. I would need more information about your setup because it works just fine for me. On Mon, Jun 8, 2015 at 7:43 PM Kevin Navero wrote: > I'm cu

Triggers - Always, Send to Developers, An attempt to send e-mail to empty list of recipients ignored

2015-06-08 Thread Kevin Navero
I'm currently running into an issue where in my job configuration, the trigger is set to "Always" and will send an email to the developer of the last commit after the build is complete. In the logs I get: Email was triggered for: Always Sending email for trigger: Always An attempt to send an e-m

Re: Git + Email-ext + send email to developers + developers list empty

2015-06-08 Thread Kevin Navero
Hi, has this been resolved yet? I'm running into the same problem. According to the wiki, it seems like the "send to developers" option doesn't get the email addresses from the "people" listing, but rather it generates the email addresses dynamically by concatenating the user id with the defaul

Re: Installation error in Jenkins 1.617

2015-06-08 Thread Daniel Beck
Did earlier versions of Jenkins install successfully? On 08.06.2015, at 23:48, Nisarg Raval wrote: > Hey, > I am trying to install Jenkins 1.617 on Mac OS version-10.10.3. > > After (an unsuccessful) installation, I get the following message: > > The Installer encountered an error that caused

Re: Installation error in Jenkins 1.617

2015-06-08 Thread Craig Rodrigues
Hi, I advise you to: (1) Install Homebrew: http://brew.sh/ (2) Install Jenkins using Homebrew: http://brewformulas.org/Jenkins -- Craig On Mon, Jun 8, 2015 at 2:48 PM, Nisarg Raval wrote: Hey, > I am trying to install Jenkins 1.617 on Mac OS version-10.10.3. > > -- You received this mes

Installation error in Jenkins 1.617

2015-06-08 Thread Nisarg Raval
Hey, I am trying to install Jenkins 1.617 on Mac OS version-10.10.3. After (an unsuccessful) installation, I get the following message: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. Do you have any opinions or suggesti

parameterizing the branch name for build job & its effect in SCM Polling process

2015-06-08 Thread niristotle okram
Some version info: Git Client Plugin : 1.10.1 Git Plugin : 2.2.5 jenkins : 1.589 I have a simple jenkins job to perform the maven deploy Or maven release plugins from *a branch like (master or release branch) . Now, i changed it, the branch name is parameterized. Either

VMsphere Cloud slaves fail to start up at all since upgrading to 617

2015-06-08 Thread stixaw
I use VMshere to manage my Build servers. I had it working great in 1.505 and now have upgraded to 1.617 to see nothing but disaster. I can't even get the server to start a slave the option to start up the slave is completely gone from the ui so there is no way to trigger a start. I use VIX s

Re: Jenkins configuration and selenium Grid

2015-06-08 Thread Richard Lavoie
I don't know how you are trying to connect to the nodes, but the plugin only starts the hub and uses the salevss to start selenium slaves on to use the browser from the slaves. I doesn't start build on the right "nodes" according to selenium capabilities or suite files. What you would do is in

Problem with CIFS file transfer plugin

2015-06-08 Thread Erick Macedo
HI, I'm using CIFS plugin for transferiar some file to a Windowns machine. Transfer Set Source files: build / sell-mobile / ** Remote directory: sale-mobile However it returns the following error CIFS: Connecting from host [web.vendamobile] CIFS: Connecting with configuration [Machine Test - [

Re: wget post-data purpose

2015-06-08 Thread Daniel Beck
Try uploading a file with the svnlook output first, and use that as --post-file. On 08.06.2015, at 20:13, Benjamin Todd wrote: > I'm trying to keep from poking holes in the server proxy and kicking off of > jobs via an ssh command to a locked down shell on the jenkins server from the > subvers

Re: wget post-data purpose

2015-06-08 Thread Benjamin Todd
I'm trying to keep from poking holes in the server proxy and kicking off of jobs via an ssh command to a locked down shell on the jenkins server from the subversion server (basically "ssh jenkins server 'wget --post-data localhost:8080/jenkins/subversion//revsion='"). The problem is that th

Re: Linking to Downstream Freestyle Job from Workflow Job

2015-06-08 Thread Rick King
We figured out this morning after looking at the code that returns the status in the plugin a way to get this working: https://github.com/jenkinsci/workflow-plugin/blob/1c8d22ab0ee7471d0ceb56b03070579d873bf9b8/support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/BuildTrig

Sudden increase in build times of Maven-style job

2015-06-08 Thread Somya
Hi, I have a Maven build job setup in Jenkins, with following notable configs : · It is a multi-module job with 75 modules · It is built incrementally (build only changed modules) · Automatic artifact archiving is disabled · “Resolve Dependencies during

Re: Javascript Webdriver (Chrome)

2015-06-08 Thread simon drake
Hi Richard, Apologies! We are using Windows (the Jenkins server is Windows Server 2012). -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsu

RE: Poll source from tfs to jenkins slave showing "no change"

2015-06-08 Thread Nair, Ajit
Please let me know the solution if anybody is aware of this issue. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of ajit nair Sent: 04 June 2015 14:40 To: jenkinsci-users@googlegroups.com Subject: Poll source from tfs to jenkins slave showing "no chang

How to *properly* switch from Maven-style jobs to Freestyle jobs?

2015-06-08 Thread Victor Noël
Hi, Following the switch to Java 7+, many users have problem with the Maven-style jobs: they are forbidden to execute them with a version of Java inferior to 7. See for example https://issues.jenkins-ci.org/browse/JENKINS-28294. The common solution proposed by people is to switch to Freestyle p