Re: [workflow plugin] reading property files using wildcards

2015-09-20 Thread James Rawlings
I like hacky.. good idea and it worked a charm. Thanks! On Wednesday, 16 September 2015 23:22:45 UTC+1, James Nord wrote: > > Hacky... > Run a shell script to copy it to a well know location then read it. -- You received this message because you are subscribed to the Google Groups "Jenkins Use

wrong embedded profile is used for widget and watchkit-extension

2015-09-20 Thread roman . pickl
Hi there! We are trying to build our ios-application using the xcode-plugin and receive the following error when trying to install it on ios>7 via Xcode: The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile. Wh

Re: Editing Build parameters or Build priority for Builds in queue

2015-09-20 Thread Khai Do
I don't know of a way to modify a build once it's been queued. When we need to update params we usually just abort the queued job then start a new one with the updated parameter. Use use the python-jenkins library to help us do that. Hope that helps. On Friday, September 18, 2015 at 1

Re: Filter Plugin updates / Sign update information

2015-09-20 Thread Jovan Jevric
Hi Steffen, I've run into simliar issue. That's how I've solved it. https://groups.google.com/forum/#!msg/jenkinsci-users/J0n8zIkAsQo/OctqnzYe1A0J cheers processed by David.fx Subject: Filter Plugin updates / Sign update information (14-Sep-2015 15:09) From:steffen.breitb...@1und1

GUI with jenkins not opening on the slave machine

2015-09-20 Thread Rohan Majumdar
I have a jenkins slave to run the robotframework test cases. I am able to get the console prints on the master but no browser ever opens up or anything on the slave. Ofcourse the test case works pretty fine. But I am just curious. How to have the automated test cases play on the slave machine. Th