From d9758f2152f83c9a267ae3ad081ae357a9c80deb Mon Sep 17 00:00:00 2001 From: jdavis3141 Date: Tue, 22 Oct 2024 15:51:12 -0400 Subject: [PATCH] Update make_config_file.groovy Fixed typo --- scripts/make_config_file.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_config_file.groovy b/scripts/make_config_file.groovy index f5af5f0d..2fded67b 100644 --- a/scripts/make_config_file.groovy +++ b/scripts/make_config_file.groovy @@ -6,7 +6,7 @@ String sectionHeaderStyleGreen = ' color: white; background: green; font-family: String sectionHeaderStyleRed = ' color: white; background: red; font-family: Roboto, sans-serif !important; padding: 5px; text-align: center; ' String separatorStyleCss = ' border: 0; border-bottom: 1px dashed #ccc; background: #999; ' -ppipeline { +pipeline { agent any // Define parameters that can be edited via the Jenkins UI parameters {