Skip to content

Commit 7720960

Browse files
Pull request #27: Updated unapproved keyword in jenkinsfile
Merge in MCU16CE/dspic33e-code-examples from develop to master * commit '40087c1d3e7de75c0e6d35aad265f78d16dabd19': Updated unapproved keyword in jenkinsfile
2 parents 306a502 + 40087c1 commit 7720960

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)