You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ms...@apache.org on 2017/03/08 00:19:28 UTC

cassandra-builds git commit: Use custom workspace on cqlsh child jobs for shorter paths

Repository: cassandra-builds
Updated Branches:
  refs/heads/master 829c66e42 -> d94b05fd9


Use custom workspace on cqlsh child jobs for shorter paths


Project: http://git-wip-us.apache.org/repos/asf/cassandra-builds/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra-builds/commit/d94b05fd
Tree: http://git-wip-us.apache.org/repos/asf/cassandra-builds/tree/d94b05fd
Diff: http://git-wip-us.apache.org/repos/asf/cassandra-builds/diff/d94b05fd

Branch: refs/heads/master
Commit: d94b05fd948ba0b56ae3d0f9b2e49a63caa93915
Parents: 829c66e
Author: Michael Shuler <mi...@pbandjelly.org>
Authored: Tue Mar 7 18:18:01 2017 -0600
Committer: Michael Shuler <mi...@pbandjelly.org>
Committed: Tue Mar 7 18:18:01 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/d94b05fd/jenkins-dsl/cassandra_job_dsl_seed.groovy
----------------------------------------------------------------------
diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index 760efd8..9dcf7bb 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -191,6 +191,8 @@ matrixJob('Cassandra-template-cqlsh-tests') {
         jdk(jdkLabel)
         label('label', slaveLabel)
     }
+    // this should prevent long path expansion from the axis definitions
+    childCustomWorkspace('.')
     scm {
         git {
             remote {
@@ -455,6 +457,8 @@ matrixJob('Cassandra-devbranch-cqlsh-tests') {
         jdk(jdkLabel)
         label('label', slaveLabel)
     }
+    // this should prevent long path expansion from the axis definitions
+    childCustomWorkspace('.')
     scm {
         git {
             remote {