Re: selenium-tests + Sauce OnDemand

2012-11-13 Thread Kohsuke Kawaguchi
I tried all sorts of things but still failing. Including: - using newer Firefox 16 - hide the floating breadcrumb via execute_script and set it to display:none - window.scrollBy(0,-50) for a similar reason What gives? 2012/11/13 Kohsuke Kawaguchi : > > This is mostly to Tyler. > > I got Sauce

selenium-tests + Sauce OnDemand

2012-11-13 Thread Kohsuke Kawaguchi
This is mostly to Tyler. I got Sauce OnDemand support added to selenium-tests, but it's not working as expected. I get to the code that tries to install a plugin, which is in pluginmanager.rb, find(:xpath,"//input[starts-with(@name,'plugin.#{name}.')]").click() and the above code

Re: How to log debug messages to build console

2012-11-13 Thread Lars Kruse
Hi Shavy Have a look at logging plugin https://wiki.jenkins-ci.org/display/JENKINS/Logging+Plugin It will not print to the console, but it will log your external code and and place the log on the individual build (on the master, not the slave!) where it's accessible as a link. It's created fo

How to log debug messages to build console

2012-11-13 Thread shayy
Hi, I have a plugin which is doing some stuff on the server/agent process, all the code is located in an external jar. My code has a Log inteface which I implement in some other places, I'd like to create a concrete implementation for it to Jenkins, the problem is that I want debug messages to be

Removing a plugin with bad artifactId

2012-11-13 Thread Titas Norkūnas
Hello, I have pushed a plugin with bad artifact id: http://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/assembla-oauth/ Now I have updated artifact id: http://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/assembla-auth/ - is there a way to delet assembla-oauth path from that repo?

New release of Dependency Graph View Plugin with experimental Javascript visualisation

2012-11-13 Thread Stefan Wolf
Hi together, I just released a new version of the https://wiki.jenkins-ci.org/display/JENKINS/Dependency+Graph+View+Plugin. This version includes an experimental visualisation via jsPlumb based on work by domi. Since I am pretty new to javascript it would be very helpful to get some feedback on

AW: Re: Questions

2012-11-13 Thread Bruno P. Kinoshita
Re: #1, I heard the same complain from another dev in the irc channel last week. Can't recall the plugin name though, but it was deployed to jenkins mvn repo, it wasn't a new plugin, but I couldn't find via plugin manager/web ui -- shai bhur schrieb am Di., 13. Nov 2

Re: Questions

2012-11-13 Thread shai bhur
Thanks Nicolas. And regarding #1? Whom should I contact? Should i just redeploy it? Shai On Tue, Nov 13, 2012 at 12:28 PM, nicolas de loof wrote: > on 2): > > FilePath.copyTo(FilePath) will let you get a file from build and copy / > archive on master > > > 2012/11/13 shai bhur > >> Hi Nicolas,

Re: Dynamic Drop DownList Box

2012-11-13 Thread Dimitri CHARLES
Hi, Thanks for your answer and it works. Le mercredi 7 novembre 2012 14:52:46 UTC+1, Dimitri CHARLES a écrit : > > Hi, > > I am actually implementing a jenkins plugin where I want to update the > contents of a control dynamically based on selections of other > controls. > For instance, if I

Re: Script console should not have RUN_SCRIPTS permission

2012-11-13 Thread nicolas de loof
There is no difference if your configuration is using "impliedBy" with the default behavior You make the assumption here that all ADMINISTER user will automatically get RUN_SCRIPT. This is the case with default setup, but in some circumstances (custom setup) such user WON't get RUN_SCRIPT, so will

Re: Script console should not have RUN_SCRIPTS permission

2012-11-13 Thread lvoty...@redhat.com
Thanks for replies. There is one thing that I can not understand. Why does RUN_SCRIPTS permission exist? If the user (no matter who is the user) has RUN_SCRIPTS permission, he can do the everything a user with ADMINISTER permission can do. And If user has ADMINISTER permission he can do everythi

Re: Questions

2012-11-13 Thread nicolas de loof
on 2): FilePath.copyTo(FilePath) will let you get a file from build and copy / archive on master 2012/11/13 shai bhur > Hi Nicolas, > > I have 2 questions: > > 1) I got several emails that my plugin > https://wiki.jenkins-ci.org/display/JENKINS/Template+Workflows+Plugin is > not located in the

Questions

2012-11-13 Thread shai bhur
Hi Nicolas, I have 2 questions: 1) I got several emails that my plugin https://wiki.jenkins-ci.org/display/JENKINS/Template+Workflows+Plugin is not located in the jenkins plugin center anymore - any idea why? 2) I'm thinking about writing a new plugin for aggregating several jobs test result into