From cd0c3da960c733ce6d1c9aa2d2c91c0cfa2efaf8 Mon Sep 17 00:00:00 2001 From: Paige Rubendall Date: Fri, 30 Sep 2022 10:09:59 -0400 Subject: [PATCH] adding metrics file --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 03e7d694..e90c7a32 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -107,7 +107,7 @@ pipeline { ) string( name: "COMPARISON_CONFIG", - defaultValue: "clusterVersion.json podLatency.json podCPU-avg.json podCPU-max.json podMemory-avg.json podMemory-max.json", + defaultValue: "clusterVersion.json podLatency.json containerMetrics.json", description: 'JSON files of what data to output into a google sheet' ) booleanParam(