Skip to content

Commit e551014

Browse files
committed
LOGIC-101 deployment
1 parent f66f6a9 commit e551014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.citd/Jenkinsfilek8s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)