diff --git a/.citd/Jenkinsfilek8s b/.citd/Jenkinsfilek8s index b0552cc..4028e6c 100644 --- a/.citd/Jenkinsfilek8s +++ b/.citd/Jenkinsfilek8s @@ -54,6 +54,9 @@ pipeline { MPLABX_PROJECT_SOURCE = "../" } + triggers { + cron(env.BRANCH_NAME == 'develop' ? 'H H 1 * *': '') + } options { timestamps() timeout(time: 20, unit: 'MINUTES') diff --git a/README.md b/README.md index e15b1a1..6bd18f2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ ## Summary -Bootloader 16 Lab manual and finished labs from Microchip University +Bootloader 16 Lab manual and finished labs from Microchip University. Please visit the below URL for the presentation associated with this lab material: +https://mu.microchip.com/16-bit-bootloaders-using-mcc-device-side ## Related Documentation @@ -27,7 +28,6 @@ Bootloader 16 Lab manual and finished labs from Microchip University These labs assume that the user has the above SW installed and one of the boards listed. ## Operation - -See the lab manual +See the lab manual.