Skip to content

Commit cc990d8

Browse files
author
Microchip Technology
committed
updated jenkisnfile
1 parent ff2a258 commit cc990d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.citd/Jenkinsfilek8s

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pipeline {
3333
DEPLOY_BRANCH_LIST = "master"
3434
/*When using the main.json schema version 1.3.0 or higher, the PORTAL will first reject registration attempt when an unapproved keyword is found, but can be forced to accept.
3535
This argument is used to provide the list of unapproved keywords (also listed in main.json) which the deployment script will force the PORTAL to accept.*/
36-
UNAPPROVED_KEYWORDS_OVERRIDE_LIST=""
36+
UNAPPROVED_KEYWORDS_OVERRIDE_LIST="NONE"
3737

3838
/*
3939
GitHub Page Stage Information
@@ -98,12 +98,12 @@ pipeline {
9898
}
9999

100100
// Validate main.json file
101-
stage('Validate main.json') {
101+
stage('Validate main.json') {
102102
steps {
103103
script {
104104
validateMetaData(
105105
unapprovedKeywordsOverrideList: "${UNAPPROVED_KEYWORDS_OVERRIDE_LIST}"
106-
)
106+
)
107107
}
108108
}
109109
}

0 commit comments

Comments
 (0)