Log Message
Fix JENKINS-17877
Modified Paths
Diff
Modified: trunk/hudson/dtkit/dtkit-frmk/dtkit-metrics-hudson-api/src/main/java/com/thalesgroup/dtkit/metrics/hudson/api/type/MetricsType.java (40844 => 40845)
--- trunk/hudson/dtkit/dtkit-frmk/dtkit-metrics-hudson-api/src/main/java/com/thalesgroup/dtkit/metrics/hudson/api/type/MetricsType.java 2013-05-01 15:28:31 UTC (rev 40844)
+++ trunk/hudson/dtkit/dtkit-frmk/dtkit-metrics-hudson-api/src/main/java/com/thalesgroup/dtkit/metrics/hudson/api/type/MetricsType.java 2013-05-06 21:50:12 UTC (rev 40845)
@@ -110,6 +110,10 @@
failIfNotNew = (faildedIfNotNew == null) ? false : faildedIfNotNew.booleanValue();
}
+ if (skipNoTestFiles == null) {
+ skipNoTestFiles = (skipNoTestFiles == null) ? false : skipNoTestFiles.booleanValue();
+ }
+
return this;
}
}
You received this message because you are subscribed to the Google Groups "Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
