Skip to content

Commit 7e31995

Browse files
committed
MPAE-12226: Fixed typo
1 parent 0b47565 commit 7e31995

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.citd/Jenkinsfilek8s

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ pipeline {
1313
defaultValue: '[email protected]',
1414
description: "Email to send build failure and fixed notifications.")
1515
}
16-
16+
1717
environment {
18-
GITHUB_OWNER = 'microchip-pic-avr-examples'
19-
GITHUB_URL ='https://github.com/microchip-pic-avr-examples/pic18f16q41-uart-button-mpab-mcc'
20-
BITBUCKET_URL = 'https://bitbucket.microchip.com/scm/ebe/pic18f16q41-uart-button-mpab-mcc.git'
18+
GITHUB_OWNER = 'microchip-pic-avr-examples'
19+
GITHUB_URL ='https://github.com/microchip-pic-avr-examples/pic18f16q41-uart-button-mplab-mcc'
20+
BITBUCKET_URL = 'https://bitbucket.microchip.com/scm/ebe/pic18f16q41-uart-button-mplab-mcc.git'
2121
SEMVER_REGEX = '^(0|[1-9]\\d*)+\\.(0|[1-9]\\d*)+\\.(0|[1-9]\\d*)+$'
2222
ARTIFACTORY_SERVER = 'https://artifacts.microchip.com:7999/artifactory'
23-
}
23+
}
2424
options {
2525
timestamps()
2626
timeout(time: 30, unit: 'MINUTES')
@@ -37,13 +37,13 @@ pipeline {
3737
}
3838
}
3939
}
40-
40+
4141
post {
42-
failure {
43-
script {
42+
failure {
43+
script {
4444
sendPipelineFailureEmail()
4545
}
46-
}
46+
}
4747
}
4848
}
4949
def execute(String cmd) {
@@ -53,8 +53,8 @@ def execute(String cmd) {
5353
bat cmd
5454
}
5555
}
56-
def sendPipelineFailureEmail() {
56+
def sendPipelineFailureEmail() {
5757
mail to: "${env.EMAILLIST},${params.NOTIFICATION_EMAIL}",
5858
subject: "Failed Pipeline: ${currentBuild.fullDisplayName}",
5959
body: "Pipeline failure. ${env.BUILD_URL}"
60-
}
60+
}

.main-meta/main.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"category": "com.microchip.ide.project",
44
"content": {
55
"metaDataVersion": "1.1.0",
6-
"name": "com.microchip.mcu8.mplabx.project.pic18f16q41-uart-button-mpab-mcc",
6+
"name": "com.microchip.mcu8.mplabx.project.pic18f16q41-uart-button-mplab-mcc",
77
"version": "1.0.0",
8-
"displayName": "PIC18F16Q41 uart button mpab mcc",
9-
"projectName": "pic18f16q41-uart-button-mpab-mcc",
8+
"displayName": "Debouncing a Pushbutton on the PIC18F16Q41",
9+
"projectName": "pic18f16q41-uart-button-mplab-mcc",
1010
"shortDescription": "This example will display a message on a serial terminal when the button on the pic18f16q41 is pushed",
1111
"ide": {
1212
"name": "MPLAB X",

0 commit comments

Comments
 (0)