Skip to content

Commit 0bb2a39

Browse files
Updated unapproved keyword in jenkinsfile
1 parent 38a57ed commit 0bb2a39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.citd/Jenkinsfilek8s

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ pipeline {
240240
steps {
241241
script {
242242
portalDeploy(
243-
githubOrgName: "${env.GITHUB_PRODUCTION_ORGANIZATION}"
243+
githubOrgName: "${env.GITHUB_PRODUCTION_ORGANIZATION}",
244+
unapprovedKeywordsOverrideList: "${UNAPPROVED_KEYWORDS_OVERRIDE_LIST}"
244245
)
245246
}
246247
}

0 commit comments

Comments
 (0)