You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2016/12/19 19:13:34 UTC

[1/2] incubator-beam git commit: Show timestamps on log lines in Jenkins

Repository: incubator-beam
Updated Branches:
  refs/heads/master e68a70e08 -> d738c68b0


Show timestamps on log lines in Jenkins


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

Branch: refs/heads/master
Commit: 4d964734c719037dd6e7e2a3c256da574514758a
Parents: 1ad638e
Author: Kenneth Knowles <kl...@google.com>
Authored: Thu Dec 15 19:51:22 2016 -0800
Committer: Kenneth Knowles <kl...@google.com>
Committed: Mon Dec 19 11:11:05 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/4d964734/.jenkins/common_job_properties.groovy
----------------------------------------------------------------------
diff --git a/.jenkins/common_job_properties.groovy b/.jenkins/common_job_properties.groovy
index f3a8a07..9b1a5fb 100644
--- a/.jenkins/common_job_properties.groovy
+++ b/.jenkins/common_job_properties.groovy
@@ -24,6 +24,7 @@ class common_job_properties {
   static def setTopLevelJobProperties(def context,
                                       def default_branch = 'master',
                                       def default_timeout = 100) {
+
     // GitHub project.
     context.properties {
       githubProjectUrl('https://github.com/apache/incubator-beam/')
@@ -47,7 +48,7 @@ class common_job_properties {
         remote {
           url('https://github.com/apache/incubator-beam.git')
           refspec('+refs/heads/*:refs/remotes/origin/* ' +
-                  '+refs/pull/*:refs/remotes/origin/pr/*')
+                  '+refs/pull/*/head:refs/remotes/origin/pr/*')
         }
         branch('${sha1}')
         extensions {
@@ -134,6 +135,8 @@ class common_job_properties {
   // Sets common config for Maven jobs.
   static def setMavenConfig(def context) {
     context.mavenInstallation('Maven 3.3.3')
+    context.mavenOpts('-Dorg.slf4j.simpleLogger.showDateTime=true')
+    context.mavenOpts('-Dorg.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd\'T\'HH:mm:ss.SSS')
     context.rootPOM('pom.xml')
     // Use a repository local to the workspace for better isolation of jobs.
     context.localRepository(LocalRepositoryLocation.LOCAL_TO_WORKSPACE)


[2/2] incubator-beam git commit: This closes #1640: Show timestamps on log lines in Jenkins

Posted by ke...@apache.org.
This closes #1640: Show timestamps on log lines in Jenkins


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

Branch: refs/heads/master
Commit: d738c68b0d290968007120d1e3d1e1a99bdee90b
Parents: e68a70e 4d96473
Author: Kenneth Knowles <kl...@google.com>
Authored: Mon Dec 19 11:12:57 2016 -0800
Committer: Kenneth Knowles <kl...@google.com>
Committed: Mon Dec 19 11:12:57 2016 -0800

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