We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d2983 commit ff2a258Copy full SHA for ff2a258
.citd/Jenkinsfilek8s
@@ -101,7 +101,9 @@ pipeline {
101
stage('Validate main.json') {
102
steps {
103
script {
104
- validateMetaData(unapprovedKeywordsOverrideList: "${UNAPPROVED_KEYWORDS_OVERRIDE_LIST}")
+ validateMetaData(
105
+ unapprovedKeywordsOverrideList: "${UNAPPROVED_KEYWORDS_OVERRIDE_LIST}"
106
+ )
107
}
108
109
0 commit comments