how to create default property file

2014-06-05 Thread mor rev
Hi, I'm new to Jenkins so it may be simple... I'm using Jenkins extended choice parameter, trying to load values from property file but fails to do so. couldn't find how it should be done (creating that file) (tried to ssh to jenkins via cli and create such file under /tmp/myfile.txt -

Re: Question on how to structure jobs for integration versus release to QA builds.

2014-06-05 Thread Chanda Norton
hi, how did you get Jenkins to create windows installer packages. There was an MSI plugin, but it crashed my Jenkins server when I installed it. I would need to build MSI packages...also how do you create the ISO images...? On Monday, December 31, 2012 4:56:55 PM UTC-5, Aris Green wrote: I

RE: Question on how to structure jobs for integration versus release to QA builds.

2014-06-05 Thread Ginga, Dick
If you are talking about the InstallShield plugin, that was a very recent addition done by a grad student. It’s reliability might be suspect. I create MSI’s by directly calling InstallShield’s command line IsCmdBld.exe. I don’t know about ISO’s. From: jenkinsci-users@googlegroups.com

OpenSSL vulnerability

2014-06-05 Thread Dave Dash
Does anybody know if Jenkins is susceptible to this: http://www.openssl.org/news/secadv_20140605.txt -- 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: OpenSSL vulnerability

2014-06-05 Thread Stephen Connolly
most people do not have Jenkins do the TLS transport directly but instead front Jenkins with an SSL engine if they need SSL... thus more correctly you should ask: * have I configured by Jenkins instance to serve HTTPS * did I use Jenkins's native container and its native TLS support or did I use

Get environment variable

2014-06-05 Thread Vikas Roonwal
Is it possible to read the value of a particular environment variable like SVN_REVISION for a given JOB? I am trying to find a way to do this using the REST API. Thanks, Vikas -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from

Re: OpenSSL vulnerability

2014-06-05 Thread Dave Dash
I wasn't worried so much about the web serving since we front ours with a web server that proxies to HTTP, but anything internal to jenkins itself that I might not be thinking of. Thanks, this confirms my thoughts. On Thu, Jun 5, 2014 at 5:46 AM, Stephen Connolly

Re: 4-5min delay at end of job on slave

2014-06-05 Thread Baptiste Mathus
FWIW, we're also having the same issue. Jenkins 1.559. If someone knows an already filed JIRA, I'll be happy to report there. Or if not create the new one. Thanks for any hint. 2014-05-21 14:25 GMT+02:00 Corneil du Plessis corneil.duples...@gmail.com: We are experiencing a 4-5minute delay on

Re: How to use global parameters in a build that is part of a build pipeline

2014-06-05 Thread Eric Wood
Mike: Thanks for the reply. I'm not sure I follow the response.  When you mention Build Flows are you talking about build pipeline creating using the build pipeline plugin?  Also, who are you setting the values that you pass in? Thanks, Eric On Wednesday, June 4, 2014 3:34 PM, Mike

Setting global variables without using parameterized build in job

2014-06-05 Thread Eric Wood
Can I set global variables and then use in jobs without using parameterized builds.  This forces me into a manual response mode that does not work in my scenario. Thanks, Eric -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe

Re: 4-5min delay at end of job on slave

2014-06-05 Thread Daniel Beck
First check the /threadDump page during this time to try to determine what Jenkins does during that time. Reload a few times to get a representative sample. The relevant section will likely be called something like 'Executor #42 for nodename: executing jobname #23' A Jira issue would be

force execution on promote

2014-06-05 Thread jhavero
We're using the Promoted Builds Plugin and found that if a user selects force execution on a promote and the promote fails or passes, no one including a user on the approvers list is able to re-execute the promotion. There is no re-execute button available. We're basically stuck and can't

Re: Question on how to structure jobs for integration versus release to QA builds.

2014-06-05 Thread Chanda Norton
wow...this is by a script I assume...a post build step? On Thursday, June 5, 2014 8:32:40 AM UTC-4, rginga wrote: If you are talking about the InstallShield plugin, that was a very recent addition done by a grad student. It’s reliability might be suspect. I create MSI’s by directly calling

Re: How to use global parameters in a build that is part of a build pipeline

2014-06-05 Thread Mike Chmielewski
I'm using the build flow plugin, which I believe is used by the build pipeline. Basically my groovy script that orchestrates the build flow passes in some variables to the build calls in build flow. I don't have to define the parameters on the build job that I am calling with the parameters. On

RE: Question on how to structure jobs for integration versus release to QA builds.

2014-06-05 Thread Ginga, Dick
Just in a Windows Batch build step C:\Program Files (x86)\InstallShield\2013 SAB\System\IsCmdBld.exe InstallShield (R) Release Builder Copyright (c) 2013 Flexera Software LLC. All Rights Reserved. ---COMMAND LINE OPTIONS--- --REQUIRED-- -p file

Re: What are you using for modifying a lot of jobs?

2014-06-05 Thread JonathanRRogers
On Wednesday, June 4, 2014 12:08:28 PM UTC-4, Damián José wrote: I built some groovy scripts that requests remotely the REST API of Jenkins. Right now these scripts are only reading data from Jenkins but I plan to also use them to make changes. Each Jenkins job has a file called

RE: Timeout errors

2014-06-05 Thread Ginga, Dick
Are they going into a power-off sleep mode? -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Clickfuel Sent: Thursday, June 05, 2014 4:26 PM To: jenkinsci-users@googlegroups.com Subject: Timeout errors Anybody familiar with

Maintaining a single reserved device throughout multiple Jenkins jobs

2014-06-05 Thread Shawn Speer
Hello, Our Jenkins environment has multiple executors that are running Robot Framework tests for build verification (and other automation). The executors make use of our external API and Selenium library for testing against our product remotely. We have a pool of devices (both VM and