File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments