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 benjamin.todd@gmail.com 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

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 post-data wget-options

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.

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 -

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

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

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

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 default

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 nisargrava...@gmail.com wrote: Hey, I am trying to install Jenkins 1.617 on Mac OS version-10.10.3. --

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

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 nisargrava...@gmail.com 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

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

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

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

Re: Run Android Monkey Tester

2015-06-08 Thread Maddi
Thanks Richard. Posted the same in Android developer group. On Monday, 8 June 2015 11:06:28 UTC+5:30, Richard Bywater wrote: Would this question be better asked on an Android related mailing list as not sure if it has any connection to Jenkins other than you might run it in Jenkins?

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

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

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

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:

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