Skip to content

Commit

Permalink
Pull request project-chip#1529: NoJira: Update Unify Release branch path
Browse files Browse the repository at this point in the history
Merge in WMN_TOOLS/matter from feature/update-unify-release-branch to silabs

Squashed commit of the following:

commit a4a1d8ac18e9b5c1f8842af431d81fda137704f8
Author: Suhas Shankar <[email protected]>
Date:   Thu Feb 1 17:54:58 2024 +0530

    Updated Unify Release branch path
  • Loading branch information
su-shanka authored and jmartinez-silabs committed Apr 25, 2024
1 parent 4b87f5a commit d7594db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def initWorkspaceAndScm()
}
dir(buildOverlayDir+"/overlay/unify"){
checkout scm: [$class: 'GitSCM',
branches: [[name: 'release/23q2']],
branches: [[name: 'release/23q4']],
extensions: [[$class: 'CloneOption', depth: 1, noTags: false, reference: '', shallow: true],
[$class: 'SubmoduleOption', disableSubmodules: false, parentCredentials: true,
recursiveSubmodules: true, reference: '', shallow: true, trackingSubmodules: false]],
Expand Down

0 comments on commit d7594db

Please sign in to comment.