send is_kubernetes flag to Splunk
refs DE-674 Start tracking Kubernetes enabled / disabled state separately on Splunk dashboards. Test Plan 1. The value is correctly sent when builds run Change-Id: I15f64f635f420c8b556166dc533f3a9ce8f5f58e Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/264509 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> QA-Review: Aaron Ogata <aogata@instructure.com> Product-Review: Aaron Ogata <aogata@instructure.com> Reviewed-by: Andrea Cirulli <andrea.cirulli@instructure.com>
This commit is contained in:
parent
e6ca5a7208
commit
fd6c9f8bcd
|
@ -315,6 +315,10 @@ pipeline {
|
|||
return
|
||||
}
|
||||
|
||||
reportToSplunk('is_kubernetes', [
|
||||
'value': configuration.isKubernetesEnabled(),
|
||||
])
|
||||
|
||||
maybeSlackSendRetrigger()
|
||||
|
||||
def buildSummaryReportHooks = [
|
||||
|
|
Loading…
Reference in New Issue