Skip to content

Commit ff2a258

Browse files
author
Microchip Technology
committed
updated jenkinsfile
1 parent 41d2983 commit ff2a258

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.citd/Jenkinsfilek8s

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ pipeline {
101101
stage('Validate main.json') {
102102
steps {
103103
script {
104-
validateMetaData(unapprovedKeywordsOverrideList: "${UNAPPROVED_KEYWORDS_OVERRIDE_LIST}")
104+
validateMetaData(
105+
unapprovedKeywordsOverrideList: "${UNAPPROVED_KEYWORDS_OVERRIDE_LIST}"
106+
)
105107
}
106108
}
107109
}

0 commit comments

Comments
 (0)