You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/12/20 00:24:23 UTC

[1/2] incubator-beam git commit: Disable automatic archiving of Maven builds

Repository: incubator-beam
Updated Branches:
  refs/heads/master 28d7913be -> b3de17b3d


Disable automatic archiving of Maven builds

>From the Web UI:

> If checked, Jenkins will not automatically archive all artifacts generated by this project. If you wish to archive the results of this build within Jenkins, you will need to use the "Archive the artifacts" post-build action below.


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/85422f99
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/85422f99
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/85422f99

Branch: refs/heads/master
Commit: 85422f999752fc827113609be0ba72cc64a9d3b3
Parents: 28d7913
Author: Daniel Halperin <dh...@users.noreply.github.com>
Authored: Mon Dec 19 11:13:49 2016 -0800
Committer: Dan Halperin <dh...@google.com>
Committed: Mon Dec 19 16:16:48 2016 -0800

----------------------------------------------------------------------
 .jenkins/common_job_properties.groovy | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/85422f99/.jenkins/common_job_properties.groovy
----------------------------------------------------------------------
diff --git a/.jenkins/common_job_properties.groovy b/.jenkins/common_job_properties.groovy
index 3880236..e1688ec 100644
--- a/.jenkins/common_job_properties.groovy
+++ b/.jenkins/common_job_properties.groovy
@@ -140,6 +140,10 @@ class common_job_properties {
     context.rootPOM('pom.xml')
     // Use a repository local to the workspace for better isolation of jobs.
     context.localRepository(LocalRepositoryLocation.LOCAL_TO_WORKSPACE)
+    // Disable archiving the built artifacts by default, as this is slow and flaky.
+    // We can usually recreate them easily, and we can also opt-in individual jobs
+    // to artifact archiving.
+    context.archivingDisabled(true)
   }
 
   // Sets common config for PreCommit jobs.


[2/2] incubator-beam git commit: Closes #1656

Posted by dh...@apache.org.
Closes #1656


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/b3de17b3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/b3de17b3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/b3de17b3

Branch: refs/heads/master
Commit: b3de17b3d1a394563d680af9ac34ecfe801c25c2
Parents: 28d7913 85422f9
Author: Dan Halperin <dh...@google.com>
Authored: Mon Dec 19 16:24:09 2016 -0800
Committer: Dan Halperin <dh...@google.com>
Committed: Mon Dec 19 16:24:09 2016 -0800

----------------------------------------------------------------------
 .jenkins/common_job_properties.groovy | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------