Re: build jobs that match a regular expression

2013-11-24 Thread Slide
Sounds like it would be a pretty easy thing to do with the Groovy console or with the Scriptler plugin. On Sun, Nov 24, 2013 at 7:59 PM, 松本幹 wrote: > Hi, > > I want to execute the jobs that match a regular expression. > If you know, please let me share it. > > Thanks > - > Miki Matsumoto >

build jobs that match a regular expression

2013-11-24 Thread 松本幹
Hi, I want to execute the jobs that match a regular expression. If you know, please let me share it. Thanks - Miki Matsumoto -- 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,

Re: customizing jenkins console output

2013-11-24 Thread thejosh007
You can use the log parser plugin (https://wiki.jenkins-ci.org/display/JENKINS/Log+Parser+Plugin). I don't think it can remove lines, however it can make a nice list of hyperlinks to your warnings and errors. On Thursday, November 21, 2013 4:23:23 AM UTC+11, er gt wrote: > > I need to see only w

Re: Abridged summary of jenkinsci-users@googlegroups.com - 3 Messages in 3 Topics

2013-11-24 Thread matthew juhn
unsubscribe On Sun, Nov 24, 2013 at 8:00 AM, wrote: > Today's Topic Summary > > Group: http://groups.google.com/group/jenkinsci-users/topics > >- Adding column to All Tests jUnit > table<#1428ad790eebc5c1_group_thread_0>[1 Update] >- radaitor plugins and jenkins 1.539 <#1428ad790eebc

Adding column to All Tests jUnit table

2013-11-24 Thread Esteban Schnir
Hi all, Did someone ever added a column to the All Tests jUnit table which has the Test Name, Duration and Status columns ? I wanted to add a column with a string taken from the same jUnix xml file indicating the failure message. I wasn't able to find any plugin that handle that . Thanks in ad