File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ 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- GITHUB_URL = "https://github.com/microchip-pic-avr-examples /${REPO_NAME}"
35+ GITHUB_URL = "https://github.com/microchip-pic-avr-tools /${REPO_NAME}"
3636 DEPLOY_TOOL_URL = 'https://bitbucket.microchip.com/scm/citd/tool-github-deploy.git'
3737 SOURCE_URL = "https://bitbucket.microchip.com/scm/logic-lib/${REPO_NAME}.git"
3838 DEPLOY_BRANCHES = 'main'
@@ -69,7 +69,7 @@ pipeline {
6969 execute("python tool-github-deploy/tool-github-deploy/tool-github-deploy.py -rlo=true -gpat=${USER_PASS} -dgid=${USER_NAME} -rpn=${gitHubRepo} -rltv=${env.TAG_NAME} -rltt=${env.TAG_NAME} -dmfd=true -dm=true")
7070 }
7171
72- currentBuild.description = "${env.TAG_NAME} => <a href=\"${GITHUB_URL}\">microchip-pic-avr-examples /${REPO_NAME}</a>"
72+ currentBuild.description = "${env.TAG_NAME} => <a href=\"${GITHUB_URL}\">microchip-pic-avr-tools /${REPO_NAME}</a>"
7373 }
7474 }
7575 }
You can’t perform that action at this time.
0 commit comments