Re: How to tag Jobs for grouping in Dashboard

2012-11-19 Thread indiws
Thanks Larry for the heads up.
I found a way to accomplish what i require.

I prefixed the label in the Project Name while creating new jobs. like 
Product_component-1,Product_component-2,
And in Advanced Project Options -> Display name  I gave Component-1 etc.
So that in the dashboard 'Display Name' will be used, and also i could 
identify the product from the Project name prefix.

Probably a dirty way, but serves my need.

Thanks,




On Monday, November 19, 2012 3:23:17 PM UTC, Larry Shatzer, Jr. wrote:
>
> I started work on a plugin that would allow you to label jobs to group 
> them together by using the JobProperty [1] extension point. I didn't get 
> too far (nothing usable) before I shelved it due to time and work load. You 
> might want to look into that extension point. I envisioned a way similar to 
> labeling nodes to allow you to label jobs that you could make use of in 
> filters for dashboards, and other uses.
>
> [1] 
> https://wiki.jenkins-ci.org/display/JENKINS/Extension+points#Extensionpoints-hudson.model.JobProperty
>
> -- Larry
>
>
> On Mon, Nov 19, 2012 at 6:10 AM, indiws 
> > wrote:
>
>> Hi All,
>>I am writing a custom portlet derived from Dashboard View. We have 
>> lots of components being built and using the custom portlet I would like to 
>> group them based on the product.Also they should be shown in a single 
>> page,( I dont want to create differents view for components). I am able get 
>> the jobs to be shown in the page.
>> Is there any way to tag a job so that I could group it in my portlet or 
>> is there any other better way to do that.
>> Please shed some lights on this.
>>
>> Thanks,
>>
>
>

How to tag Jobs for grouping in Dashboard

2012-11-19 Thread indiws
Hi All,
   I am writing a custom portlet derived from Dashboard View. We have lots 
of components being built and using the custom portlet I would like to 
group them based on the product.Also they should be shown in a single 
page,( I dont want to create differents view for components). I am able get 
the jobs to be shown in the page.
Is there any way to tag a job so that I could group it in my portlet or is 
there any other better way to do that.
Please shed some lights on this.

Thanks,


How to create custom table layout

2012-11-14 Thread indiws




Hello,
  I am developing a custom Dashboard portlet for my project, where we want 
to display child jobs of a component as shown in the below format, 

I am just wondering if it is possible to create the layout of table using 
jelly. I believe we could embed the HTML tags within jelly, I just want to 
make sure if its possible through jelly.







Combining multiple steps in testing

2012-09-05 Thread indiws
Hello Jenkins Users,
 I am new to Jenkins and this group. Please bear with me for any 
trivial questions.
I  request you to extend your suggestions to achieve my requirement,

This is my requirement,
1. Build a maven project.
2. Copy the build to a slave machine.
3. Trigger a command and get the results.

I was able to build the project and create a slave machine after reading 
wiki/ tutorials etc.
But I could not get a concrete information on how to trigger a command on 
slave as well as combine these three steps into one.

Hope to see your valuable suggestions!

Thanks,