We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1882d4e commit 77be411Copy full SHA for 77be411
Scripts/build/Jenkins/Jenkinsfile
@@ -20,7 +20,7 @@ ENGINE_ORGANIZATION_NAME = 'o3de'
20
ENGINE_BRANCH_DEFAULT = "${env.BRANCH_DEFAULT}" ?: "${env.BRANCH_NAME}"
21
22
// Branches with build snapshots
23
-BUILD_SNAPSHOTS = ['development', 'stabilization/2110']
+BUILD_SNAPSHOTS = ['development', 'stabilization/2205']
24
25
// Build snapshots with empty snapshot (for use with 'SNAPSHOT' pipeline parameter)
26
BUILD_SNAPSHOTS_WITH_EMPTY = BUILD_SNAPSHOTS + ''
0 commit comments