Skip to content

Commit d710b47

Browse files
committed
Merge branch 'jenkins/matter_env' into 'main'
tools/jenkins: Clean up matter environment in jenkins for arbitary setup failures See merge request app-frameworks/esp-matter!957
2 parents 21c2051 + 566f787 commit d710b47

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ section in the ESP-Matter Programming Guide.
2828

2929
## Supported ESP-IDF and connectedhomeip versions
3030

31-
- This SDK currently works with commit [ce0101d2e2](https://github.com/project-chip/connectedhomeip/tree/ce0101d2e2) of connectedhomeip.
31+
- This SDK currently works with commit [3c3672992c](https://github.com/project-chip/connectedhomeip/tree/3c3672992c) of connectedhomeip.
3232
- For Matter projects development with this SDK, it is recommended to utilize ESP-IDF [v5.2.3](https://github.com/espressif/esp-idf/tree/v5.2.3).
3333

3434
## Documentation

tools/jenkins/esp_matter.groovy

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def setup_environment() {
1919
git submodule update --init --depth 1
2020
2121
cd ${ESP_MATTER_PATH}/connectedhomeip/connectedhomeip
22+
rm -rf .environment/
2223
./scripts/checkout_submodules.py --platform esp32 linux --shallow
2324
2425
cd ${ESP_MATTER_PATH}

0 commit comments

Comments
 (0)