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.
There was post which says about running jenkins from the command line.
But my confusion regarding that is -> Jenkins is configured on the master 
then how can we affect
the slave by running jenkins on the console on the master please elaborate.
There is no jenkins configuration other than the Java service on the slave 
machine. 

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/224ea2f8-447b-499a-b4d1-44307886f60b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.de
To:  j...@huber-online.com


Hi everyone! 


I want to filter "malicious" plugin updates from the update center so no one 
can install them accidentially.
Just stripping the update information from the JSON doesn't work because the 
output is signed.


Is there another way to filter updates?
If not, is there a documentation about how to sign the output so Jenkins would 
accept it?


Thanks in advance


Steffen
-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/0b90218c-c4b7-49ae-8a9b-c509ab150211%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/DIIE.F23F0078C14F%40192.168.11.6.
For more options, visit https://groups.google.com/d/optout.


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 12:09:38 AM UTC-7, pshee wrote:
>
> Hi Guys.. I need suggestions on how to achieve editing build parameters 
> for a 
> build that is queued 
> I have a parameter "Build Priority" . I need to figure out a way to 
> reprioritise builds in a queue.This would mean editing a Build Parameter. 
> Thanks in advance. 
>
>
>
> -- 
> View this message in context: 
> http://jenkins-ci.361315.n4.nabble.com/Editing-Build-parameters-or-Build-priority-for-Builds-in-queue-tp4770984.html
>  
> Sent from the Jenkins users mailing list archive at Nabble.com. 
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/0302c952-bfed-4c52-9902-8120f1c2a97d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.

While the right embedded profile is used for the app itself(Ad Hoc), the
wrong embedded profile is used for the extensions (App Store).

Any hints?
Best,
Roman

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/631fc29b-d8ce-46ca-8910-63cf5e8761fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/8b2d13d5-257b-4f84-86d2-51b3401e5513%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.