You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/04/30 08:43:53 UTC

[cassandra-builds] 02/02: In jenkins builds add the 'Add timestamps to the Console Output' option to each job, for INFRA-20107

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

mck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git

commit ff12f29971213d5d6d602e72db80e94fe181a2df
Author: mck <mc...@apache.org>
AuthorDate: Thu Apr 30 09:38:42 2020 +0200

    In jenkins builds add the 'Add timestamps to the Console Output' option to each job, for INFRA-20107
---
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index 5c618e1..f862136 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -85,6 +85,7 @@ job('Cassandra-template-artifacts') {
         timeout {
             noActivity(300)
         }
+        timestamps()
     }
     scm {
         git {
@@ -158,6 +159,7 @@ job('Cassandra-template-test') {
         timeout {
             noActivity(1200)
         }
+        timestamps()
     }
     throttleConcurrentBuilds {
         categories(['Cassandra'])
@@ -219,6 +221,7 @@ job('Cassandra-template-dtest') {
         timeout {
             noActivity(1200)
         }
+        timestamps()
     }
     throttleConcurrentBuilds {
         categories(['Cassandra'])
@@ -278,6 +281,7 @@ matrixJob('Cassandra-template-cqlsh-tests') {
         timeout {
             noActivity(1200)
         }
+        timestamps()
     }
     throttleConcurrentBuilds {
         categories(['Cassandra'])
@@ -483,6 +487,7 @@ job('Cassandra-devbranch-artifacts') {
         timeout {
             noActivity(300)
         }
+        timestamps()
     }
     throttleConcurrentBuilds {
         categories(['Cassandra'])
@@ -541,6 +546,7 @@ testTargets.each {
             timeout {
                 noActivity(1200)
             }
+            timestamps()
         }
         throttleConcurrentBuilds {
             categories(['Cassandra'])
@@ -608,6 +614,7 @@ job('Cassandra-devbranch-dtest') {
         timeout {
             noActivity(2400)
         }
+        timestamps()
     }
     throttleConcurrentBuilds {
         categories(['Cassandra'])
@@ -676,6 +683,7 @@ matrixJob('Cassandra-devbranch-cqlsh-tests') {
         timeout {
             noActivity(1200)
         }
+        timestamps()
     }
     throttleConcurrentBuilds {
         categories(['Cassandra'])


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org