Quantcast

A plug-in for displaying build charts/images

classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

A plug-in for displaying build charts/images

kinow
Hi there,

I'm writing to the dev-list following the guideline from [1]. For my demo of BioUno, I'll be using several plug-ins, including the R Plug-in (created for BioUno), released few days ago to all Jenkins users too.

Another plug-in created for this demo was image-gallery-plugin [2]. This plug-in creates an image gallery using colorbox (similar to lightbox/lightbox2 JS library) from images created during the build. There's still room for improvement (using archived artifacts, generating per build gallery, recursively create galleries per folder, etc) but I thought maybe more users would like to use such plug-in.

But before I ask to fork this plug-in, I would like to know if anybody else think it sounds like a good idea? There are threads of users asking for something similar [3][4]. Does anybody have any other plug-in that could be extended to have this feature? I would have no problem in sending a pull request to this plug-in instead of creating a new one.

I couldn't put the <img src... /> in the job description because I wanted to shamelessly copy the way that BioPortal displays the graphs of some job executions (plus some fancy javascript effects).

Thank you in advance!

[1] https://wiki.jenkins-ci.org/display/JENKINS/Before+starting+a+new+plugin
[2] https://github.com/tupilabs/image-gallery-plugin
[3] http://jenkins.361315.n4.nabble.com/Adding-charts-to-job-status-page-td2064012.html
[4] https://issues.jenkins-ci.org/browse/JENKINS-6369

Bruno P. Kinoshita
http://kinoshita.eti.br
http://tupilabs.com
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: A plug-in for displaying build charts/images

Roman
Hi Bruno,
could you please publish screen of your plugin?

I looked for possibility to publish own charts based on info which  
generated in build time and found (and fixed) dbCharts plugin and going to  
publish fixed version.

Thanks,
        Roman

Bruno P. Kinoshita <[hidden email]> писал(а) в своём письме  
Thu, 12 Jul 2012 05:02:32 +0400:

> Hi there,
>
>
> I'm writing to the dev-list following the guideline from [1]. For my  
> demo of BioUno, I'll be using several plug-ins, including the R Plug-in  
> (created for BioUno), released few days ago to all Jenkins users too.
>
> Another plug-in created for this demo was image-gallery-plugin [2]. This  
> plug-in creates an image gallery using colorbox (similar to  
> lightbox/lightbox2 JS library) from images created during the build.  
> There's still room for improvement (using archived artifacts, generating  
> per build gallery, recursively create galleries per folder, etc) but I  
> thought maybe more users would like to use such plug-in.
>
> But before I ask to fork this plug-in, I would like to know if anybody  
> else think it sounds like a good idea? There are threads of users asking  
> for something similar [3][4]. Does anybody have any other plug-in that  
> could be extended to have this feature? I would have no problem in  
> sending a pull request to this plug-in instead of creating a new one.
>
>
> I couldn't put the <img src... /> in the job description because I  
> wanted to shamelessly copy the way that BioPortal displays the graphs of  
> some job executions (plus some fancy javascript effects).
>
>
> Thank you in advance!
>
>
> [1]  
> https://wiki.jenkins-ci.org/display/JENKINS/Before+starting+a+new+plugin
> [2] https://github.com/tupilabs/image-gallery-plugin
> [3]  
> http://jenkins.361315.n4.nabble.com/Adding-charts-to-job-status-page-td2064012.html
> [4] https://issues.jenkins-ci.org/browse/JENKINS-6369
>
>
> Bruno P. Kinoshita
> http://kinoshita.eti.br
> http://tupilabs.com
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: A plug-in for displaying build charts/images

Benjamin Lau

I bet it would be handy for displaying sequences of captured screen shots (I plan to generate these as part of one of my builds soon). I wonder if your plug-in could be modified to support a video gallery.

Anyway it sounds interesting to me.

Ben

On Jul 11, 2012 11:21 PM, "Roman" <[hidden email]> wrote:
Hi Bruno,
could you please publish screen of your plugin?

I looked for possibility to publish own charts based on info which generated in build time and found (and fixed) dbCharts plugin and going to publish fixed version.

Thanks,
        Roman

Bruno P. Kinoshita <[hidden email]> писал(а) в своём письме Thu, 12 Jul 2012 05:02:32 +0400:

Hi there,


I'm writing to the dev-list following the guideline from [1]. For my demo of BioUno, I'll be using several plug-ins, including the R Plug-in (created for BioUno), released few days ago to all Jenkins users too.

Another plug-in created for this demo was image-gallery-plugin [2]. This plug-in creates an image gallery using colorbox (similar to lightbox/lightbox2 JS library) from images created during the build. There's still room for improvement (using archived artifacts, generating per build gallery, recursively create galleries per folder, etc) but I thought maybe more users would like to use such plug-in.

But before I ask to fork this plug-in, I would like to know if anybody else think it sounds like a good idea? There are threads of users asking for something similar [3][4]. Does anybody have any other plug-in that could be extended to have this feature? I would have no problem in sending a pull request to this plug-in instead of creating a new one.


I couldn't put the <img src... /> in the job description because I wanted to shamelessly copy the way that BioPortal displays the graphs of some job executions (plus some fancy javascript effects).


Thank you in advance!


[1] https://wiki.jenkins-ci.org/display/JENKINS/Before+starting+a+new+plugin
[2] https://github.com/tupilabs/image-gallery-plugin
[3] http://jenkins.361315.n4.nabble.com/Adding-charts-to-job-status-page-td2064012.html
[4] https://issues.jenkins-ci.org/browse/JENKINS-6369


Bruno P. Kinoshita
http://kinoshita.eti.br
http://tupilabs.com
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Fw: A plug-in for displaying build charts/images

kinow
In reply to this post by Roman
Hi Roman!


Attached are some screenshots of the plug-in. I had a look on dbCharts plug-in, and believe the main difference is that it shows pictures using a JDBC datasource, while image-gallery-plugin would display images generated by the build.

Let me know what you think.

Thanks!
 
Bruno P. Kinoshita
http://kinoshita.eti.br
http://tupilabs.com


>>________________________________
>> From: Roman <[hidden email]>
>>To: Jenkins- CI dev <[hidden email]>; Bruno P. Kinoshita <[hidden email]>
>>Sent: Thursday, 12 July 2012 3:20 AM
>>Subject: Re: A plug-in for displaying build charts/images
>>
>>Hi Bruno,
>>could you please publish screen of your plugin?
>>
>>I looked for possibility to publish own charts based on info which generated in build time and found (and fixed) dbCharts plugin and going to publish fixed version.
>>
>>Thanks,
>>    Roman
>>
>>Bruno P. Kinoshita <[hidden email]> писал(а) в своём письме Thu, 12 Jul 2012 05:02:32 +0400:
>>
>>> Hi there,
>>>
>>>
>>> I'm writing to the dev-list following the guideline from [1]. For my demo of BioUno, I'll be using several plug-ins, including the R Plug-in (created for BioUno), released few days ago to all Jenkins users too.
>>>
>>> Another plug-in created for this demo was image-gallery-plugin [2]. This plug-in creates an image gallery using colorbox (similar to lightbox/lightbox2 JS library) from images created during the build. There's still room for improvement (using archived artifacts, generating per build gallery, recursively create galleries per folder, etc) but I thought maybe more users would like to use such plug-in.
>>>
>>> But before I ask to fork this plug-in, I would like to know if anybody else think it sounds like a good idea? There are threads of users asking for something similar [3][4]. Does anybody have any
other plug-in that could be extended to have this feature? I would have no problem in sending a pull request to this plug-in instead of creating a new one.

>>>
>>>
>>> I couldn't put the <img src... /> in the job description because I wanted to shamelessly copy the way that BioPortal displays the graphs of some job executions (plus some fancy javascript effects).
>>>
>>>
>>> Thank you in advance!
>>>
>>>
>>> [1] https://wiki.jenkins-ci.org/display/JENKINS/Before+starting+a+new+plugin
>>> [2] https://github.com/tupilabs/image-gallery-plugin
>>> [3] http://jenkins.361315.n4.nabble.com/Adding-charts-to-job-status-page-td2064012.html
>>> [4] https://issues.jenkins-ci.org/browse/JENKINS-6369
>>>
>>>
>>> Bruno P. Kinoshita
>>> http://kinoshita.eti.br
>>> http://tupilabs.com
>>
>>
>>
>
>

image_gallery_plugin_screenshot.zip (477K) Download Attachment
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: A plug-in for displaying build charts/images

kinow
In reply to this post by Benjamin Lau
Hi Ben,


That's exactly my case, each build run generates many images (FWIW, they are generated using ape R package, and may change from build to build). The current version displays the images from the build workspace, but I believe it would be possible to add an action to the build and show archived artifacts from the build. Or maybe both, using some configuration.


Your idea of adding support to videos as well sounds doable and is a great idea. If no one objects, during the weekend I will work in the plug-in code to prepare an initial version and will ask for it to be forked in jenkinsci.

Thanks!


Bruno P. Kinoshita
http://kinoshita.eti.br
http://tupilabs.com


>________________________________
> From: Benjamin Lau <[hidden email]>
>To: [hidden email]
>Cc: Bruno P. Kinoshita <[hidden email]>
>Sent: Thursday, 12 July 2012 3:24 AM
>Subject: Re: A plug-in for displaying build charts/images
>
>
>I bet it would be handy for displaying sequences of captured screen shots (I plan to generate these as part of one of my builds soon). I wonder if your plug-in could be modified to support a video gallery.
>Anyway it sounds interesting to me.
>Ben
>On Jul 11, 2012 11:21 PM, "Roman" <[hidden email]> wrote:
>
>Hi Bruno,
>>could you please publish screen of your plugin?
>>
>>I looked for possibility to publish own charts based on info which generated in build time and found (and fixed) dbCharts plugin and going to publish fixed version.
>>
>>Thanks,
>>        Roman
>>
>>Bruno P. Kinoshita <[hidden email]> писал(а) в своём письме Thu, 12 Jul 2012 05:02:32 +0400:
>>
>>
>>Hi there,
>>>
>>>
>>>I'm writing to the dev-list following the guideline from [1]. For my demo of BioUno, I'll be using several plug-ins, including the R Plug-in (created for BioUno), released few days ago to all Jenkins users too.
>>>
>>>Another plug-in created for this demo was image-gallery-plugin [2]. This plug-in creates an image gallery using colorbox (similar to lightbox/lightbox2 JS library) from images created during the build. There's still room for improvement (using archived artifacts, generating per build gallery, recursively create galleries per folder, etc) but I thought maybe more users would like to use such plug-in.
>>>
>>>But before I ask to fork this plug-in, I would like to know if anybody else think it sounds like a good idea? There are threads of users asking for something similar [3][4]. Does anybody have any other plug-in that could be extended to have this feature? I would have no problem in sending a pull request to this plug-in instead of creating a new one.
>>>
>>>
>>>I couldn't put the <img src... /> in the job description because I wanted to shamelessly copy the way that BioPortal displays the graphs of some job executions (plus some fancy javascript effects).
>>>
>>>
>>>Thank you in advance!
>>>
>>>
>>>[1] https://wiki.jenkins-ci.org/display/JENKINS/Before+starting+a+new+plugin
>>>[2] https://github.com/tupilabs/image-gallery-plugin
>>>[3] http://jenkins.361315.n4.nabble.com/Adding-charts-to-job-status-page-td2064012.html
>>>[4] https://issues.jenkins-ci.org/browse/JENKINS-6369
>>>
>>>
>>>Bruno P. Kinoshita
>>>http://kinoshita.eti.br
>>>http://tupilabs.com
>>>
>
>
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: A plug-in for displaying build charts/images

Benjamin Lau
Bruno,

Sounds awesome and I'm looking forward to it! Once you've released
I'll try and help out if I can.

Ben

On Thu, Jul 12, 2012 at 6:09 PM, Bruno P. Kinoshita
<[hidden email]> wrote:

> Hi Ben,
>
>
> That's exactly my case, each build run generates many images (FWIW, they are generated using ape R package, and may change from build to build). The current version displays the images from the build workspace, but I believe it would be possible to add an action to the build and show archived artifacts from the build. Or maybe both, using some configuration.
>
>
> Your idea of adding support to videos as well sounds doable and is a great idea. If no one objects, during the weekend I will work in the plug-in code to prepare an initial version and will ask for it to be forked in jenkinsci.
>
> Thanks!
>
>
> Bruno P. Kinoshita
> http://kinoshita.eti.br
> http://tupilabs.com
>
>
>>________________________________
>> From: Benjamin Lau <[hidden email]>
>>To: [hidden email]
>>Cc: Bruno P. Kinoshita <[hidden email]>
>>Sent: Thursday, 12 July 2012 3:24 AM
>>Subject: Re: A plug-in for displaying build charts/images
>>
>>
>>I bet it would be handy for displaying sequences of captured screen shots (I plan to generate these as part of one of my builds soon). I wonder if your plug-in could be modified to support a video gallery.
>>Anyway it sounds interesting to me.
>>Ben
>>On Jul 11, 2012 11:21 PM, "Roman" <[hidden email]> wrote:
>>
>>Hi Bruno,
>>>could you please publish screen of your plugin?
>>>
>>>I looked for possibility to publish own charts based on info which generated in build time and found (and fixed) dbCharts plugin and going to publish fixed version.
>>>
>>>Thanks,
>>>        Roman
>>>
>>>Bruno P. Kinoshita <[hidden email]> писал(а) в своём письме Thu, 12 Jul 2012 05:02:32 +0400:
>>>
>>>
>>>Hi there,
>>>>
>>>>
>>>>I'm writing to the dev-list following the guideline from [1]. For my demo of BioUno, I'll be using several plug-ins, including the R Plug-in (created for BioUno), released few days ago to all Jenkins users too.
>>>>
>>>>Another plug-in created for this demo was image-gallery-plugin [2]. This plug-in creates an image gallery using colorbox (similar to lightbox/lightbox2 JS library) from images created during the build. There's still room for improvement (using archived artifacts, generating per build gallery, recursively create galleries per folder, etc) but I thought maybe more users would like to use such plug-in.
>>>>
>>>>But before I ask to fork this plug-in, I would like to know if anybody else think it sounds like a good idea? There are threads of users asking for something similar [3][4]. Does anybody have any other plug-in that could be extended to have this feature? I would have no problem in sending a pull request to this plug-in instead of creating a new one.
>>>>
>>>>
>>>>I couldn't put the <img src... /> in the job description because I wanted to shamelessly copy the way that BioPortal displays the graphs of some job executions (plus some fancy javascript effects).
>>>>
>>>>
>>>>Thank you in advance!
>>>>
>>>>
>>>>[1] https://wiki.jenkins-ci.org/display/JENKINS/Before+starting+a+new+plugin
>>>>[2] https://github.com/tupilabs/image-gallery-plugin
>>>>[3] http://jenkins.361315.n4.nabble.com/Adding-charts-to-job-status-page-td2064012.html
>>>>[4] https://issues.jenkins-ci.org/browse/JENKINS-6369
>>>>
>>>>
>>>>Bruno P. Kinoshita
>>>>http://kinoshita.eti.br
>>>>http://tupilabs.com
>>>>
>>
>>
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: A plug-in for displaying build charts/images

nicolas de loof-2

CI job : https://jenkins.ci.cloudbees.com/job/plugins/job/image-gallery/

2012/7/13 Benjamin Lau <[hidden email]>
Bruno,

Sounds awesome and I'm looking forward to it! Once you've released
I'll try and help out if I can.

Ben

On Thu, Jul 12, 2012 at 6:09 PM, Bruno P. Kinoshita
<[hidden email]> wrote:
> Hi Ben,
>
>
> That's exactly my case, each build run generates many images (FWIW, they are generated using ape R package, and may change from build to build). The current version displays the images from the build workspace, but I believe it would be possible to add an action to the build and show archived artifacts from the build. Or maybe both, using some configuration.
>
>
> Your idea of adding support to videos as well sounds doable and is a great idea. If no one objects, during the weekend I will work in the plug-in code to prepare an initial version and will ask for it to be forked in jenkinsci.
>
> Thanks!
>
>
> Bruno P. Kinoshita
> http://kinoshita.eti.br
> http://tupilabs.com
>
>
>>________________________________
>> From: Benjamin Lau <[hidden email]>
>>To: [hidden email]
>>Cc: Bruno P. Kinoshita <[hidden email]>
>>Sent: Thursday, 12 July 2012 3:24 AM
>>Subject: Re: A plug-in for displaying build charts/images
>>
>>
>>I bet it would be handy for displaying sequences of captured screen shots (I plan to generate these as part of one of my builds soon). I wonder if your plug-in could be modified to support a video gallery.
>>Anyway it sounds interesting to me.
>>Ben
>>On Jul 11, 2012 11:21 PM, "Roman" <[hidden email]> wrote:
>>
>>Hi Bruno,
>>>could you please publish screen of your plugin?
>>>
>>>I looked for possibility to publish own charts based on info which generated in build time and found (and fixed) dbCharts plugin and going to publish fixed version.
>>>
>>>Thanks,
>>>        Roman
>>>
>>>Bruno P. Kinoshita <[hidden email]> писал(а) в своём письме Thu, 12 Jul 2012 05:02:32 +0400:
>>>
>>>
>>>Hi there,
>>>>
>>>>
>>>>I'm writing to the dev-list following the guideline from [1]. For my demo of BioUno, I'll be using several plug-ins, including the R Plug-in (created for BioUno), released few days ago to all Jenkins users too.
>>>>
>>>>Another plug-in created for this demo was image-gallery-plugin [2]. This plug-in creates an image gallery using colorbox (similar to lightbox/lightbox2 JS library) from images created during the build. There's still room for improvement (using archived artifacts, generating per build gallery, recursively create galleries per folder, etc) but I thought maybe more users would like to use such plug-in.
>>>>
>>>>But before I ask to fork this plug-in, I would like to know if anybody else think it sounds like a good idea? There are threads of users asking for something similar [3][4]. Does anybody have any other plug-in that could be extended to have this feature? I would have no problem in sending a pull request to this plug-in instead of creating a new one.
>>>>
>>>>
>>>>I couldn't put the <img src... /> in the job description because I wanted to shamelessly copy the way that BioPortal displays the graphs of some job executions (plus some fancy javascript effects).
>>>>
>>>>
>>>>Thank you in advance!
>>>>
>>>>
>>>>[1] https://wiki.jenkins-ci.org/display/JENKINS/Before+starting+a+new+plugin
>>>>[2] https://github.com/tupilabs/image-gallery-plugin
>>>>[3] http://jenkins.361315.n4.nabble.com/Adding-charts-to-job-status-page-td2064012.html
>>>>[4] https://issues.jenkins-ci.org/browse/JENKINS-6369
>>>>
>>>>
>>>>Bruno P. Kinoshita
>>>>http://kinoshita.eti.br
>>>>http://tupilabs.com
>>>>
>>
>>

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: A plug-in for displaying build charts/images

Fred G
In reply to this post by kinow
Hi Bruno,

I've been waiting for a plugin like your "image-gallery-plugin" for quite some time. I'm looking forward to trying it out.
Please create a wiki page for the plugin in the Jenkins wiki and add some screenshots, so everyone can find out what
it does before installing it.

Regards,

Fred

On Thursday, July 12, 2012 3:02:32 AM UTC+2, kinow wrote:
Hi there,

I'm writing to the dev-list following the guideline from [1]. For my demo of BioUno, I'll be using several plug-ins, including the R Plug-in (created for BioUno), released few days ago to all Jenkins users too.

Another plug-in created for this demo was image-gallery-plugin [2]. This plug-in creates an image gallery using colorbox (similar to lightbox/lightbox2 JS library) from images created during the build. There's still room for improvement (using archived artifacts, generating per build gallery, recursively create galleries per folder, etc) but I thought maybe more users would like to use such plug-in.

But before I ask to fork this plug-in, I would like to know if anybody else think it sounds like a good idea? There are threads of users asking for something similar [3][4]. Does anybody have any other plug-in that could be extended to have this feature? I would have no problem in sending a pull request to this plug-in instead of creating a new one.

I couldn't put the <img src... /> in the job description because I wanted to shamelessly copy the way that BioPortal displays the graphs of some job executions (plus some fancy javascript effects).

Thank you in advance!

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: A plug-in for displaying build charts/images

kinow
Hi Fred!

Thanks for the feedback, I will create the Wiki page when I release the first version. I want to do a few changes in the existing code before cutting a release (like using archived artifacts per build, plus video, image and sound galleries, etc).

I will reply this thread again once I have something. I'm in the middle of some releases right now, so it will take a few days :-)

Thanks again! All the best,
 
Bruno P. Kinoshita
http://kinoshita.eti.br
http://tupilabs.com

From: FredG <[hidden email]>
To: [hidden email]
Cc: Bruno P. Kinoshita <[hidden email]>
Sent: Tuesday, 31 July 2012 10:59 AM
Subject: Re: A plug-in for displaying build charts/images

Hi Bruno,

I've been waiting for a plugin like your "image-gallery-plugin" for quite some time. I'm looking forward to trying it out.
Please create a wiki page for the plugin in the Jenkins wiki and add some screenshots, so everyone can find out what
it does before installing it.

Regards,

Fred

On Thursday, July 12, 2012 3:02:32 AM UTC+2, kinow wrote:
Hi there,

I'm writing to the dev-list following the guideline from [1]. For my demo of BioUno, I'll be using several plug-ins, including the R Plug-in (created for BioUno), released few days ago to all Jenkins users too.

Another plug-in created for this demo was image-gallery-plugin [2]. This plug-in creates an image gallery using colorbox (similar to lightbox/lightbox2 JS library) from images created during the build. There's still room for improvement (using archived artifacts, generating per build gallery, recursively create galleries per folder, etc) but I thought maybe more users would like to use such plug-in.

But before I ask to fork this plug-in, I would like to know if anybody else think it sounds like a good idea? There are threads of users asking for something similar [3][4]. Does anybody have any other plug-in that could be extended to have this feature? I would have no problem in sending a pull request to this plug-in instead of creating a new one.

I couldn't put the <img src... /> in the job description because I wanted to shamelessly copy the way that BioPortal displays the graphs of some job executions (plus some fancy javascript effects).

Thank you in advance!



Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: A plug-in for displaying build charts/images

kinow
In reply to this post by Fred G
Hi again Fred,

Today I added an Image Gallery extension point to the plug-in, this way we are able to create many image galleries (although the name has image, we can create galleries with video, music, and what not) more easily. I also reviewed the code and did some minor enhancements to the jelly files.

Unfortunately I couldn't push my changed to jenkinsci/image-gallery-plugin, due to some problems with my GitHub id and my rights in that repository. I will ask KK or someone else with admin rights in the GitHub jenkinsci account to check how to fix it, and then I will release the plug-in ASAP.

This first version creates image galleries only from archived artifacts (I needed that for my current project in BioUno) and only images. But let's talk and see how can we make this plug-in better.

The [1] Wiki has been created. There are some screenshots that show some basic features of the plug-in :-)

[1] https://wiki.jenkins-ci.org/display/JENKINS/Image+Gallery+Plugin

All the best,

Bruno P. Kinoshita
http://kinoshita.eti.br
http://tupilabs.com


>________________________________
> From: FredG <[hidden email]>
>To: [hidden email]
>Cc: Bruno P. Kinoshita <[hidden email]>
>Sent: Tuesday, 31 July 2012 10:59 AM
>Subject: Re: A plug-in for displaying build charts/images
>
>
>Hi Bruno,
>
>I've been waiting for a plugin like your "image-gallery-plugin" for quite some time. I'm looking forward to trying it out.
>Please create a wiki page for the plugin in the Jenkins wiki and add some screenshots, so everyone can find out what
>it does before installing it.
>
>Regards,
>
>Fred
>
>On Thursday, July 12, 2012 3:02:32 AM UTC+2, kinow wrote:
>Hi there,
>>
>>
>>
>>I'm writing to the dev-list following the guideline from [1]. For my demo of BioUno, I'll be using several plug-ins, including the R Plug-in (created for BioUno), released few days ago to all Jenkins users too.
>>
>>
>>Another plug-in created for this demo was image-gallery-plugin [2]. This plug-in creates an image gallery using colorbox (similar to lightbox/lightbox2 JS library) from images created during the build. There's still room for improvement (using archived artifacts, generating per build gallery, recursively create galleries per folder, etc) but I thought maybe more users would like to use such plug-in.
>>
>>
>>But before I ask to fork this plug-in, I would like to know if anybody else think it sounds like a good idea? There are threads of users asking for something similar [3][4]. Does anybody have any other plug-in that could be extended to have this feature? I would have no problem in sending a pull request to this plug-in instead of creating a new one.
>>
>>
>>
>>I couldn't put the <img src... /> in the job description because I wanted to shamelessly copy the way that BioPortal displays the graphs of some job executions (plus some fancy javascript effects).
>>
>>
>>
>>Thank you in advance!
>>
>>
>>
>>[1] https://wiki.jenkins-ci.org/ display/JENKINS/Before+ starting+a+new+plugin
>>[2] https://github.com/tupilabs/ image-gallery-plugin
>>[3] http://jenkins.361315.n4. nabble.com/Adding-charts-to- job-status-page-td2064012.html
>>[4] https://issues.jenkins-ci.org/ browse/JENKINS-6369
>>
>>
>>Bruno P. Kinoshita
>>http://kinoshita.eti.br
>>http://tupilabs.com
>

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: A plug-in for displaying build charts/images

kinow
In reply to this post by Fred G
There you go Fred, https://wiki.jenkins-ci.org/display/JENKINS/Image+Gallery+Plugin :-) We can work on this initial release and add new features.

Thanks
 
Bruno P. Kinoshita
http://kinoshita.eti.br
http://tupilabs.com

From: FredG <[hidden email]>
To: [hidden email]
Cc: Bruno P. Kinoshita <[hidden email]>
Sent: Tuesday, 31 July 2012 10:59 AM
Subject: Re: A plug-in for displaying build charts/images

Hi Bruno,

I've been waiting for a plugin like your "image-gallery-plugin" for quite some time. I'm looking forward to trying it out.
Please create a wiki page for the plugin in the Jenkins wiki and add some screenshots, so everyone can find out what
it does before installing it.

Regards,

Fred

On Thursday, July 12, 2012 3:02:32 AM UTC+2, kinow wrote:
Hi there,

I'm writing to the dev-list following the guideline from [1]. For my demo of BioUno, I'll be using several plug-ins, including the R Plug-in (created for BioUno), released few days ago to all Jenkins users too.

Another plug-in created for this demo was image-gallery-plugin [2]. This plug-in creates an image gallery using colorbox (similar to lightbox/lightbox2 JS library) from images created during the build. There's still room for improvement (using archived artifacts, generating per build gallery, recursively create galleries per folder, etc) but I thought maybe more users would like to use such plug-in.

But before I ask to fork this plug-in, I would like to know if anybody else think it sounds like a good idea? There are threads of users asking for something similar [3][4]. Does anybody have any other plug-in that could be extended to have this feature? I would have no problem in sending a pull request to this plug-in instead of creating a new one.

I couldn't put the <img src... /> in the job description because I wanted to shamelessly copy the way that BioPortal displays the graphs of some job executions (plus some fancy javascript effects).

Thank you in advance!



Loading...