浏览代码

Change default engine branch to development (#103)

Changes the branch and ref spec to development instead of main
Mike Chang 4 年之前
父节点
当前提交
01f0e9215d
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 = []