Skip to content

Commit

Permalink
tools/jenkins: Clean up matter environment in jenkins for arbitary se…
Browse files Browse the repository at this point in the history
…tup failures

- Added the cleanup code in jenkins for arbitary failures.
- Updated the submodule commit in README.
  • Loading branch information
shripad621git committed Nov 22, 2024
1 parent 21c2051 commit 566f787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ section in the ESP-Matter Programming Guide.

## Supported ESP-IDF and connectedhomeip versions

- This SDK currently works with commit [ce0101d2e2](https://github.com/project-chip/connectedhomeip/tree/ce0101d2e2) of connectedhomeip.
- This SDK currently works with commit [3c3672992c](https://github.com/project-chip/connectedhomeip/tree/3c3672992c) of connectedhomeip.
- 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).

## Documentation
Expand Down
1 change: 1 addition & 0 deletions tools/jenkins/esp_matter.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def setup_environment() {
git submodule update --init --depth 1
cd ${ESP_MATTER_PATH}/connectedhomeip/connectedhomeip
rm -rf .environment/
./scripts/checkout_submodules.py --platform esp32 linux --shallow
cd ${ESP_MATTER_PATH}
Expand Down

0 comments on commit 566f787

Please sign in to comment.