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 38a57ed commit 0bb2a39Copy full SHA for 0bb2a39
.citd/Jenkinsfilek8s
@@ -240,7 +240,8 @@ pipeline {
240
steps {
241
script {
242
portalDeploy(
243
- githubOrgName: "${env.GITHUB_PRODUCTION_ORGANIZATION}"
+ githubOrgName: "${env.GITHUB_PRODUCTION_ORGANIZATION}",
244
+ unapprovedKeywordsOverrideList: "${UNAPPROVED_KEYWORDS_OVERRIDE_LIST}"
245
)
246
}
247
0 commit comments