Skip to content

Commit f875f72

Browse files
Added unapproved keyword in jenkins
1 parent f857413 commit f875f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.citd/Jenkinsfilek8s

Lines changed: 1 addition & 1 deletion
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="NONE"
36+
UNAPPROVED_KEYWORDS_OVERRIDE_LIST="EXT_INTERRUPT"
3737

3838
/*
3939
GitHub Page Stage Information

0 commit comments

Comments
 (0)