Skip to content

Commit 40087c1

Browse files
jasminefranciscaharishagari
authored andcommitted
Pull request #26: Updated unapproved keyword in jenkinsfile
Merge in MCU16CE/dspic33e-code-examples from ~I62773/dspic33e-code-examples:develop to develop * commit '8cc9a085bcc22c1f9dd371ef6e879941197b2798': Updated unapproved keyword in jenkinsfile
2 parents 5a3c39d + 8cc9a08 commit 40087c1

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)