Skip to content

Commit

Permalink
Update make_config_file.groovy
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
jdavis3141 authored Oct 22, 2024
1 parent 74a4326 commit d9758f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_config_file.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d9758f2

Please sign in to comment.