We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc990d8 commit 2561b79Copy full SHA for 2561b79
.citd/Jenkinsfilek8s
@@ -26,7 +26,7 @@ pipeline {
26
GitHub Deploy Stage Information
27
*/
28
//This is the BitBucket source repo URL to be deployed
29
- BITBUCKET_SOURCE_URL = 'https://bitbucket.microchip.com/scm/mcu16ce/pic24e-dspic33e-code-examples.git'
+ BITBUCKET_SOURCE_URL = 'https://bitbucket.microchip.com/scm/mcu16ce/dspic33e-code-examples.git'
30
//Files or folders to be excluded from deployment, if multiple files or folders use comma separator
31
DEPLOY_EXCLUDE_FOLDER_FILE_LIST = 'mchp_private,.mchp_private,sandbox,.sandbox'
32
//Branch(s) to be deployed, if multiple branches use comma separator. DEPLOY_BRANCH_LIST is the target branch of the PR.
0 commit comments