Hi,

I try to create the groovy template for maven build and I want to add 
skipped module list to mail.

*12:23:39* 2016-03-04 12:23:38.369 [INFO] XXXXX SUCCESS [ 21.387 s] *12:23:39* 
2016-03-04 12:23:38.369 [INFO] XXXX1 SKIPPED *12:23:39* 2016-03-04 12:23:38.369 
[INFO] XXXX2 SKIPPED *12:23:39* 2016-03-04 12:23:38.369 [INFO] XXXX3 SKIPPED 


but when I check the result of module for skipped modules I get the NOT_BUILD 
status.


How I can know if module skipped?


....

<%

def mbuilds = build.moduleLastBuilds

mbuilds.each() { m -> 

%>

<tr>${m.value.getResult()}</tr>

<% } %>


Thanks,

Shurik


-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/403c27cc-cd1d-4fda-a822-2b4e4653e309%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to