Explorar o código

Change default engine branch to development (#103)

Changes the branch and ref spec to development instead of main
Mike Chang %!s(int64=4) %!d(string=hai) anos
pai
achega
01f0e9215d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 = 'development'
+ENGINE_REFSPEC_DEFAULT = 'origin/development'
 
 def pipelineProperties = []