Browse Source

Update engine refspec/branch to stabilization/2106

brianherrera 4 years ago
parent
commit
31f96d63a4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Scripts/build/Jenkins/Jenkinsfile

+ 2 - 2
Scripts/build/Jenkins/Jenkinsfile

@@ -20,8 +20,8 @@ PROJECT_REPOSITORY_NAME = 'o3de-atom-sampleviewer'
 PROJECT_ORGANIZATION_NAME = 'aws-lumberyard'
 ENGINE_REPOSITORY_NAME = 'o3de'
 ENGINE_ORGANIZATION_NAME = 'aws-lumberyard'
-ENGINE_BRANCH_DEFAULT = 'main'
-ENGINE_REFSPEC_DEFAULT = 'origin/main'
+ENGINE_BRANCH_DEFAULT = 'stabilization/2106'
+ENGINE_REFSPEC_DEFAULT = 'origin/stabilization/2106'
 
 def pipelineProperties = []