提交 e33fa911 编写于 作者: M Matt Mitchell

Revert "Disable archiving temporarily to avoid issues with the size of the ar…"

上级 293fa8b0
......@@ -171,8 +171,7 @@ static void addStandardJob(def myJob, String jobName, String branchName, String
def includePattern = "Binaries/**/*.pdb,Binaries/**/*.xml,Binaries/**/*.log,Binaries/**/*.dmp,Binaries/**/*.zip,Binaries/**/*.png,Binaries/**/*.xml"
def excludePattern = "Binaries/Obj/**,Binaries/Bootstrap/**,Binaries/**/nuget*.zip"
// Disable archiving temporarily. Far too much data is being archived (~140GB per build)
// addArtifactArchiving(myJob, includePattern, excludePattern)
addArtifactArchiving(myJob, includePattern, excludePattern)
if (branchName == 'prtest') {
addPullRequestTrigger(myJob, jobName, triggerPhrase, triggerPhraseOnly);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册