Skip to content

Commit

Permalink
Hot Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jepenven-silabs authored and jmartinez-silabs committed Aug 22, 2023
1 parent ca11c77 commit b5fed86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ def pipeline()
// Docker container solution
parallelNodes['Build OpenThread Examples'] = { this.buildOpenThreadExamples() }
parallelNodes['Build Wifi Examples'] = { this.buildWiFiExamples() }
parallelNodes['Build Custom Examples'] = { this.buildSilabsCustomOpenThreadExamples() }
// TODO Fix ME
// parallelNodes['Build Custom Examples'] = { this.buildSilabsCustomOpenThreadExamples() }

parallelNodes.failFast = false
parallel parallelNodes
Expand Down

0 comments on commit b5fed86

Please sign in to comment.