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/21 20:23:47 UTC

[39/50] incubator-beam git commit: More escaping in Jenkins timestamp spec

More escaping in Jenkins timestamp spec


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

Branch: refs/heads/gearpump-runner
Commit: 627ccb522d7d818aebe2256246e81af2d3062d11
Parents: 66318d8
Author: Kenneth Knowles <kl...@google.com>
Authored: Mon Dec 19 11:39:29 2016 -0800
Committer: Kenneth Knowles <kl...@google.com>
Committed: Mon Dec 19 11:39:29 2016 -0800

----------------------------------------------------------------------
 .jenkins/common_job_properties.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/627ccb52/.jenkins/common_job_properties.groovy
----------------------------------------------------------------------
diff --git a/.jenkins/common_job_properties.groovy b/.jenkins/common_job_properties.groovy
index 7a88604..3880236 100644
--- a/.jenkins/common_job_properties.groovy
+++ b/.jenkins/common_job_properties.groovy
@@ -136,7 +136,7 @@ class common_job_properties {
   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.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)