Matrix reloaded link does not appear for a matrix build

2015-06-11 Thread kitty56fr
I downloaded the last version of Matrix reloaded (1.1.3).

I see the matrix reloaded in each sub run but not in the top level build. 
Instead I see Rebuild Last. Is it a conflict in the pluggins?
Does anyone sees that?

Thanks

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f4368a80-09ed-4533-86d6-178688d9a953%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Using token WARNINGS_NEW in pre send email

2015-01-05 Thread kitty56fr
Hi,

I have no idea how it gets its value. If anyone could help?

Tahnks

On Wednesday, December 31, 2014 2:34:44 PM UTC+1, slide wrote:

> How does WARNINGS_NEW get it's value? You'd want to use pretty much the 
> same code path to get the number of warnings in Groovy.
>
> On Wed Dec 31 2014 at 2:17:22 AM > wrote:
>
>> Hi,
>>
>> I am trying to send an email at the end of the build job only if new 
>> warnings appear.
>>
>> I tried something like:
>>
>> if (${WARNINGS_NEW}==0) { cancel = true; } 
>>
>> but it is not working. 
>>
>> I notice the script should be written in Groovy language.
>> So I tried a few (lot of) things but I can't get access to the tokens.
>>
>> Then I tried to find the files containing the info but I can't find them 
>> either.
>>
>> Any idea?
>> Thanks
>>
>> -- 
>> 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 jenkinsci-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/329ed68a-a1ca-40a4-a819-eaacc50c060e%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/9ccd50ee-4753-4d4a-9c3b-d223856ea4ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Using token WARNINGS_NEW in pre send email

2014-12-31 Thread kitty56fr
Hi,

I am trying to send an email at the end of the build job only if new 
warnings appear.

I tried something like:

if (${WARNINGS_NEW}==0) { cancel = true; } 

but it is not working. 

I notice the script should be written in Groovy language.
So I tried a few (lot of) things but I can't get access to the tokens.

Then I tried to find the files containing the info but I can't find them 
either.

Any idea?
Thanks

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/329ed68a-a1ca-40a4-a819-eaacc50c060e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.