User created CSS getting overriden

2013-03-13 Thread Vijay Kumar
Hi, I had written my own CSS to update the Jenkins tittle.png Image & the topbar.png. After updating the CSS under Manage Jenkins->Configure System ->URL of theme CSS, I had deleted the original title.png & topbar.png from the Jenkins images location but still the CSS is getting overridden by some

Re: Testswarm Plugin

2013-03-13 Thread SiM22
Ok, so just wanted to ask how this could be done. I am no jenkins expert :-S On Tuesday, February 19, 2013 4:54:53 PM UTC, SiM22 wrote: > > When installing the testswarm plugin manually, this is the stack trace > that appears within Manage Plugins. > > It causes the plugins that would normally lo

Re: Jenkins Job Builder and Disappearing Builds

2013-03-13 Thread Paul
We are seeing this as well. We have our own script that creates jobs for us and if we run it when jobs are building they get lost. I think it is https://issues.jenkins-ci.org/browse/JENKINS-3265 My workaround has been to use the heavy job plugin to make the job creation script only run when n

Modifying the "Test Result" page (an existing .jelly file)

2013-03-13 Thread david barker
Hello, I was wondering if it's possible to write a plugin that would add items to the existing .jelly files that render the "Test Result" page and its children (The Passed / Regression). What I want to do is change the "All Failed Tests" table to add a column (or two) into it. As far as I can

Re: Optional build step that can be run on-demand from the build output page

2013-03-13 Thread blaz
You could use promoted builds plugin (https://wiki.jenkins-ci.org/display/JENKINS/Promoted+Builds+Plugin). -- 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 jenk

Re: Modifying the "Test Result" page (an existing .jelly file)

2013-03-13 Thread david barker
Sorry, I've just realized I emailed the wrong group - I will repost to the dev group. On Wednesday, 13 March 2013 11:37:44 UTC, david barker wrote: > > Hello, > > I was wondering if it's possible to write a plugin that would add items to > the existing .jelly files that render the "Test Result"

Re: Optional build step that can be run on-demand from the build output page

2013-03-13 Thread Eric Pyle
One option would be the Batch Task Plugin . You could also look at the Build Pipeline Plugin , which allows manual triggering of a downstream job. Eric On 3/12/20

Re: Modifying the "Test Result" page (an existing .jelly file)

2013-03-13 Thread Ulli Hafner
Normally, we try to use extension points for such requirements. If there is no such extension point yet, it would be good to introduce one. Interested in providing a corresponding pull request? Ulli Am 13.03.2013 um 12:37 schrieb david barker : > Hello, > > I was wondering if it's possible

Re: Modifying the "Test Result" page (an existing .jelly file)

2013-03-13 Thread david barker
Right, that makes sense. Thanks for letting me know what the correct way to do this is. If I get something that I think should be incorporated, I will send a pull request. Cheers, Dave. On 13 March 2013 14:38, Ulli Hafner wrote: > Normally, we try to use extension points for such requirements

Re: Q: How to integrate Maven JSLint plugin with Jenkins Violations plug-in

2013-03-13 Thread John Smith
Hi Ulli (or anybody else that might know!) I've done as you suggest and I've now got a decent graph of coding errors and it's related report :-) There is just one issue. In the report screen If I click through on a coding bug I get the following error: 1 Copying the source file 'Scripts.js' f

Re: Q: How to integrate Maven JSLint plugin with Jenkins Violations plug-in

2013-03-13 Thread Ulli Hafner
Good to see :-) My plug-in requires an absolute path in order to copy the files that have warnings to the master. Make sure, that you set the absolute path for each warning in your groovy script. If you can't compute these you can activate the path "guessing" using the job configuration checkbo

Using Github Hook

2013-03-13 Thread jérôme heissler
Hi, I'm using Jenkins and the plugin GitHub plugin 1.5. On Github i have an organisation account and i've two project i want to deploy on push on github. But with an organisation i have to create one ssh key per project. And edit ssh configuration to use the 2 key according to the projet. And t

Re: [Perforce Plugin] New to this - issues linking hudson with perforce

2013-03-13 Thread mark_kendzior
You shouldn't have to create the client in advance with the current configuration that is in your screen shot. If you have the "Let Jenkins Create Workspace" and "Let Jenkins Manage Workspace View" checked, the plugin will create the client for you. You do need to have a Workspace (client) na

Jenkins 1.502 : Same config.xml : job AA runs on slave pc (as configured), but job BB runs on master server (wrong!)

2013-03-13 Thread Urs
Hi everybody I encounter the following strange behavior under Jenkins 1.502, using HP Quality Center and HP Quick Test Professional (via the Jenkins Plugin 'HP Application Automtion Tools'): I have configured a job AA and a job BB. Both jobs run the same simple QTP Script, opening an URL i

Re: [Perforce Plugin] New to this - issues linking hudson with perforce

2013-03-13 Thread Thijs
So I do need to put a random name in the client field? And I don't really get what I need to put in the view map field. In the wiki page it's like //depot/projects/test/... //workspace/... But in my case, our project is the only one on the depot, so it should be //depot/... //workspace/... th

Re: Jenkins 1.502 : Same config.xml : job AA runs on slave pc (as configured), but job BB runs on master server (wrong!)

2013-03-13 Thread Les Mikesell
On Wed, Mar 13, 2013 at 1:34 PM, Urs wrote: > > Questions: > Is there there a different file where I can configure the location of > execution of a job, apart from config.xml ? > Or is this a bug? > Has anybody else encountered the same problem? > What would be the solution? > The usual way to co

عمل من المنزل/وظائف شاغرة/مطلوب جميع التخصصات/مزارع واراضى للبيع بالبحيرة/استثمراموالك بمشروع مربح لف سفرفويل/نشترى الاثاث ونقل العفش

2013-03-13 Thread James James
وظائف وخدمات مطلوب مندوب مبيعات مطلوب مدير للتعيين فورا مطلوب فتاة لرعاية أطفال و

Re: Optional build step that can be run on-demand from the build output page

2013-03-13 Thread Wade Carpenter
Thanks both, I'll check in to these plugins and see which one makes the most sense. On Wed, Mar 13, 2013 at 7:01 AM, Eric Pyle wrote: > One option would be the Batch Task Plugin. You could also look at the Build > Pipeline Plugin, which allows manual triggering of a downstream job. > > Eric > > >

Re: Could not open channel: Jenkins connecting to Windows slave via Kpym SSHD

2013-03-13 Thread Ken Egozi
Seeing the same issue now (agent is running win8, with kpyM ssh) ssh connections succeed from regular ssh clients. Did you find a solution already? On Wednesday, January 16, 2013 10:43:44 AM UTC-8, Joshua Boyd wrote: > > I have installed a registered version of Kpym SSH server for Windows on >

Copy artifacts to another project issue - quick question

2013-03-13 Thread Z W
Hi All We are having issues with copying artifacts from another project plugin. "Unable to access workspace for artifact copy. Slave node offline?" We tried resetting Jenkins and it still does work. The slave, where the project to be copied from, is connecting to hudson. Is there a workaround t

Re: Copy artifacts to another project issue - quick question

2013-03-13 Thread Gergely Nagy
Hi Are you selecting "Upstream project that triggered this build", or something like that? I used to get this when the archived artifact was already discarded (eg. when there were many upstream builds so the slow downstream job could not catch up, and artifacts were not kept that long). The solu

Re: Copy artifacts to another project issue - quick question

2013-03-13 Thread zw
HI gargo Thanks for responding. Initially it was long and then I changed it to keep 5 artifacts only. Still it doesnt work. I then tried creating new job from scratch and still i get the same error. Is there a safe way to uninstall and reinstall this plugin ? Thanks On Wednesday, March 13, 201

distribute build with Jenkins

2013-03-13 Thread Benjamin Wang
Hi all, I have known some acknowledge about the distribute build. One common application of this practice is to run OS-specific functional tests. But I have a job, which is to test a great many files in the same environment, such as OS(Linux) and other environments. Every file test will cost

Git publisher fails to push

2013-03-13 Thread Patrick
Hi All I've been trying to use the GIT publisher to push the changes from my integration branch back to my origin/master branch (sort of like here: http://twasink.net/2011/09/20/git-feature-branches-and-jenkins-or-how-i-learned-to-stop-worrying-about-broken-builds/). I've managed to get the GI