Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5a3c39d

Browse files
jasminefranciscaharishagari
authored andcommittedMay 17, 2022
Pull request #24: Added unapproved keyword in jenkins
Merge in MCU16CE/dspic33e-code-examples from ~I62773/dspic33e-code-examples:develop to develop * commit '38a57ede10bcc472d7171c8cbf60f550634ca6ab': Updated keyword Updated keyword Updated keyword Added Keywords in meta data file Added unapproved keyword in jenkins
2 parents f857413 + 38a57ed commit 5a3c39d

File tree

13 files changed

+20
-1
lines changed

13 files changed

+20
-1
lines changed
 

‎.citd/Jenkinsfilek8s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pipeline {
3333
DEPLOY_BRANCH_LIST = "master"
3434
/*When using the main.json schema version 1.3.0 or higher, the PORTAL will first reject registration attempt when an unapproved keyword is found, but can be forced to accept.
3535
This argument is used to provide the list of unapproved keywords (also listed in main.json) which the deployment script will force the PORTAL to accept.*/
36-
UNAPPROVED_KEYWORDS_OVERRIDE_LIST="NONE"
36+
UNAPPROVED_KEYWORDS_OVERRIDE_LIST="EXT_INTERRUPT,Trap,EDS,Extended Data Space,Open Drain,RTSP,RAM"
3737

3838
/*
3939
GitHub Page Stage Information

‎dspic33e-addr-err-trap/.main-meta/main.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"peripherals":[
3434
],
3535
"keywords":[
36+
"Trap"
3637
]
3738
}
3839
}

‎dspic33e-clock-switch/.main-meta/main.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"peripherals":[
3434
],
3535
"keywords":[
36+
"Clock"
3637
]
3738
}
3839
}

‎dspic33e-eds-auto/.main-meta/main.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
"peripherals":[
3434
],
3535
"keywords":[
36+
"EDS",
37+
"Extended Data Space"
3638
]
3739
}
3840
}

‎dspic33e-eds-manual/.main-meta/main.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
"peripherals":[
3434
],
3535
"keywords":[
36+
"EDS",
37+
"Extended Data Space"
3638
]
3739
}
3840
}

‎dspic33e-ext-intr/.main-meta/main.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"EXT_INTERRUPT"
3535
],
3636
"keywords":[
37+
"Interrupt"
3738
]
3839
}
3940
}

‎dspic33e-open-drain/.main-meta/main.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"peripherals":[
3434
],
3535
"keywords":[
36+
"Open Drain"
3637
]
3738
}
3839
}

‎dspic33e-rtdm-example/.main-meta/main.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"peripherals":[
3434
],
3535
"keywords":[
36+
"Communication"
3637
]
3738
}
3839
}

‎dspic33e-rtsp-from-aux-flash/.main-meta/main.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
"peripherals":[
3434
],
3535
"keywords":[
36+
"Flash",
37+
"RTSP"
3638
]
3739
}
3840
}

‎dspic33e-rtsp-ram/.main-meta/main.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
"peripherals":[
3434
],
3535
"keywords":[
36+
"RTSP",
37+
"RAM"
3638
]
3739
}
3840
}

‎dspic33e-rtsp-to-aux-flash/.main-meta/main.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
"peripherals":[
3434
],
3535
"keywords":[
36+
"Flash",
37+
"RTSP"
3638
]
3739
}
3840
}

‎dspic33e-rtsp-word-write/.main-meta/main.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
"peripherals":[
3434
],
3535
"keywords":[
36+
"RTSP",
37+
"Flash"
3638
]
3739
}
3840
}

‎dspic33e-stack-error-trap/.main-meta/main.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
"peripherals":[
3434
],
3535
"keywords":[
36+
"Stack",
37+
"Trap"
3638
]
3739
}
3840
}

0 commit comments

Comments
 (0)
Please sign in to comment.