You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2018/08/21 22:57:55 UTC

[beam] branch master updated: Enable timestamps for Jenkins jobs.

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new d1926bf  Enable timestamps for Jenkins jobs.
d1926bf is described below

commit d1926bf7a2f8899a1e5f029e37daf478d3a3663e
Author: Udi Meiri <eh...@google.com>
AuthorDate: Tue Aug 21 15:45:06 2018 -0700

    Enable timestamps for Jenkins jobs.
---
 .test-infra/jenkins/CommonJobProperties.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.test-infra/jenkins/CommonJobProperties.groovy b/.test-infra/jenkins/CommonJobProperties.groovy
index 2a5d56b..081216e 100644
--- a/.test-infra/jenkins/CommonJobProperties.groovy
+++ b/.test-infra/jenkins/CommonJobProperties.groovy
@@ -129,6 +129,7 @@ class CommonJobProperties {
         string("COVERALLS_REPO_TOKEN", "beam-coveralls-token")
         string("SLACK_WEBHOOK_URL", "beam-slack-webhook-url")
       }
+      timestamps()
     }
   }