Re: Refreshing the Jenkins UI

2014-06-06 Thread Michael Neale
You mean the paths/file names are hard coded in jelly? Is changing the icons themselves not on te cards? An alternative is what some of the plugins do now which is to serve up different icons for specific paths (like I think the green balls plugin does) On Saturday, June 7, 2014, Tom Fennelly wro

[ANN] DotCi Plugin Expansion Pack

2014-06-06 Thread Surya Gaddipati
We have open sourced a new plugin https://github.com/groupon/DotCi-Plugins-Starter-Pack One advantage of specifying notifications and plugins in .ci.yml is that one can put if conditions around them (for example most teams using git want to get notified in their hipchat room only if master i

Re: clamav plugin updates

2014-06-06 Thread Ulli Hafner
I also would recommend to use a mock for unit tests. If you are interested in writing a system test (end-to-end test) you can write a new acceptance test: https://github.com/jenkinsci/acceptance-test-harness There you can create a docker fixture that runs your server. Am 06.06.2014 um 14:22 sc

Re: concurrent builds - job.isBuilding() doesn't work

2014-06-06 Thread Clinton B.
Martin B.'s solution worked for me. My project is running UI tests differentiated by a parameter, some of which stall the log while the accessibility driver searches for UI elements. For this reason, I can't use isLogUpdated either. On Thursday, March 28, 2013 5:15:56 AM UTC-7, Martin B. wrote:

Re: Refreshing the Jenkins UI

2014-06-06 Thread Tom Fennelly
All the icons in Jenkins are hardcoded as images in the Jelly scripts. We were hoping to move away from this (ala Doony) by using CSS + some Javascript (for the animation). Seems like this is not possible to do without getting into screen-scraping hacks

Re: Refreshing the Jenkins UI

2014-06-06 Thread Tom Fennelly
On Friday, June 6, 2014 3:58:47 PM UTC+1, mambu wrote: > > Hi, > > I like the idea. > > Talking about plugins... The dashboard-view-plugin requires the tables > that are currently created by Jenkins in order to work (i.e. I add > without a table because I am already rendering inside a table). >

Re: Refreshing the Jenkins UI

2014-06-06 Thread Marco Ambu
Hi, I like the idea. Talking about plugins... The dashboard-view-plugin requires the tables that are currently created by Jenkins in order to work (i.e. I add without a table because I am already rendering inside a table). Just changing to divs will probably break the plugin. However the good n

Request new plugin change-assembly-version

2014-06-06 Thread Leonardo Kobus
Hi, I made a new plugin for .Net in Jenkins. The plugin change the version of AssemblyInfo.cs from .Net Projects. I have searched and don't find anything like this, so I made a plugin for change default AssemblyInfo.cs files. I want to share my plugin with Jenkins community and like I read

Re: clamav plugin updates

2014-06-06 Thread Mads Nielsen
Strictly speaking a unit test that relies heavily on an external tool is not a unit test, but more akin to a functional or integration test, would it be possible to adap the test to strictly test the contract between the app and your code? Can you mock it instead or something? On Fri, Jun 6, 2014

Re: clamav plugin updates

2014-06-06 Thread Palic, Darko
Hello Uli, thank you for the commit access! Haven't even dreamt about getting it ;-) Could you tell me additionally, if the cloudbees or any other server on the jenkins build does provide a clamav daemon? So I could change the unit-test-code to use it.

Re: clamav plugin updates

2014-06-06 Thread Ulli Hafner
You should now have commit access. Welcome aboard! Ulli Am 06.06.2014 um 13:34 schrieb Darko Palic : > Hello developers, > > are there no interests on the plugin anymore? > > best wishes > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developer

Re: clamav plugin updates

2014-06-06 Thread Darko Palic
Hello developers, are there no interests on the plugin anymore? best wishes -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@goo