Skip to content

Commit

Permalink
Merge branch 'jenkins/add_paa_to_tmp' into 'main'
Browse files Browse the repository at this point in the history
tools/jenkins: Added the PAA cert used for attestation to certs directory

See merge request app-frameworks/esp-matter!892
  • Loading branch information
dhrishi committed Oct 3, 2024
2 parents 9350d9d + 6096386 commit 899d565
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/jenkins/esp_matter.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ def tools_artifacts_create() {
mkdir -p ${TOOL_PATH}/esp-matter/connectedhomeip/connectedhomeip/src/controller
cp -r ${ESP_MATTER_PATH}/connectedhomeip/connectedhomeip/src/controller/python ${TOOL_PATH}/esp-matter/connectedhomeip/connectedhomeip/src/controller
mkdir -p ${PACKAGE_PATH}/Tools/certs
cp -r ${ESP_MATTER_PATH}/connectedhomeip/connectedhomeip/credentials/test/attestation/Chip-Test-PAA-NoVID-Cert.der ${PACKAGE_PATH}/Tools/certs
'''
}

Expand Down

0 comments on commit 899d565

Please sign in to comment.