Skip to content

Commit 77be411

Browse files
authored
Enable AR runs for 'stabilization/2295' branch (#436)
Signed-off-by: galibzon <66021303+galibzon@users.noreply.github.com>
1 parent 1882d4e commit 77be411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/build/Jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ENGINE_ORGANIZATION_NAME = 'o3de'
2020
ENGINE_BRANCH_DEFAULT = "${env.BRANCH_DEFAULT}" ?: "${env.BRANCH_NAME}"
2121

2222
// Branches with build snapshots
23-
BUILD_SNAPSHOTS = ['development', 'stabilization/2110']
23+
BUILD_SNAPSHOTS = ['development', 'stabilization/2205']
2424

2525
// Build snapshots with empty snapshot (for use with 'SNAPSHOT' pipeline parameter)
2626
BUILD_SNAPSHOTS_WITH_EMPTY = BUILD_SNAPSHOTS + ''

0 commit comments

Comments
 (0)