Skip to content

Commit

Permalink
LRQA-TEST For testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lesliewong92 committed Feb 22, 2019
1 parent 3037859 commit 6311d7b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public void update() {

_updateDuration = System.currentTimeMillis() - start;

if (_sendBuildMetrics && !fromArchive && !fromCompletedBuild) {
if (!fromArchive && !fromCompletedBuild) {
sendBuildMetricsOnModifiedBuilds();
}
}
Expand Down Expand Up @@ -1405,6 +1405,8 @@ protected boolean isCompareToUpstream() {
}

protected void sendBuildMetrics(String message) {
System.out.println("Build Metric Message: '" + message.trim() + "'");

if (_sendBuildMetrics) {
DatagramRequestUtil.send(
message.trim(), _metricsHostName, _metricsHostPort);
Expand Down

0 comments on commit 6311d7b

Please sign in to comment.