2
0
Эх сурвалжийг харах

Change default engine branch to development (#103)

Changes the branch and ref spec to development instead of main
Mike Chang 4 жил өмнө
parent
commit
01f0e9215d

+ 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 = []