Skip to content

Commit 8d73545

Browse files
committed
LOGIC-999 Reverted to deploy from main branch and deploy to production area on github instead of test area.
1 parent 58ee8b4 commit 8d73545

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.citd/Jenkinsfilek8s

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,11 @@ pipeline {
3232
// 01.10.1 - NOT OK
3333
SEMVER_REGEX = '^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$'
3434
REPO_NAME = 'pic16f13145-family-clb-library'
35-
// TODO revert when done developing
36-
//GITHUB_URL = "https://github.com/microchip-pic-avr-examples/${REPO_NAME}"
37-
GITHUB_URL = "https://github.com/mchpTestArea/logic-lib"
35+
GITHUB_URL = "https://github.com/microchip-pic-avr-examples/${REPO_NAME}"
3836
DEPLOY_TOOL_URL = 'https://bitbucket.microchip.com/scm/citd/tool-github-deploy.git'
3937
SOURCE_URL = "https://bitbucket.microchip.com/scm/logic-lib/${REPO_NAME}.git"
40-
// TODO revertt when done developing
41-
//DEPLOY_BRANCHES = 'main'
42-
DEPLOY_BRANCHES = 'feature/LOGIC-999-setup-cicd-flow-for-libraries'
43-
// TODO revert when done developing
44-
//GITHUB_CREDENTIALS = 'pic-avr-github-admin-token-mcu8jenkins'
45-
GITHUB_CREDENTIALS = 'xedbg-tools-github-publish-access-token-mcu8jenkins'
38+
DEPLOY_BRANCHES = 'main'
39+
GITHUB_CREDENTIALS = 'pic-avr-github-admin-token-mcu8jenkins'
4640
}
4741

4842
options {

0 commit comments

Comments
 (0)