Procházet zdrojové kódy

Update engine refspec/branch to stabilization/2106

brianherrera před 4 roky
rodič
revize
31f96d63a4
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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 = []