Skip to content

Commit

Permalink
fix(cf): add ci build info under build info (spinnaker#3655)
Browse files Browse the repository at this point in the history
It can sit under here with the droplet build info. It isn’t ideal because it is not typed or shared more widely than CF. but it tags along for the ride everywhere that buildinfo goes.
  • Loading branch information
claymccoy authored May 10, 2019
1 parent a25c63d commit 43e42fb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ public Map getBuildInfo() {
"metricsUri", metricsUri,
"droplet", droplet,
"id", id,
"serviceInstances", serviceInstances)
"serviceInstances", serviceInstances,
"ciBuild", ciBuild)
.toJavaMap();
}

Expand Down

0 comments on commit 43e42fb

Please sign in to comment.