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 2021/03/27 20:17:12 UTC

[cassandra-builds] branch trunk updated: A more intuitve layout of builds in nightlies.a.o This commits follows on from da5f40aa6f1bf39fb917ddf1623bc8b8b73cf0fd

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 96dc350  A more intuitve layout of  builds in nightlies.a.o  This commits follows on from da5f40aa6f1bf39fb917ddf1623bc8b8b73cf0fd
96dc350 is described below

commit 96dc350d0c7b85a76efc38e306201821308e91d6
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Sat Mar 27 16:38:53 2021 +0100

    A more intuitve layout of  builds in nightlies.a.o
     This commits follows on from da5f40aa6f1bf39fb917ddf1623bc8b8b73cf0fd
---
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index 24bf758..4c46937 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -149,7 +149,7 @@ matrixJob('Cassandra-template-artifacts') {
             server('Nightlies') {
                 transferSet {
                     sourceFiles("build/apache-cassandra-*.tar.gz, build/apache-cassandra-*.jar, build/apache-cassandra-*.pom, build/cassandra*.deb, build/cassandra*.rpm")
-                    remoteDirectory("cassandra/\${JOB_NAME}/\${BUILD_NUMBER}/")
+                    remoteDirectory("cassandra/\${scm.branches[0].name}/\${JOB_BASE_NAME}/\${BUILD_NUMBER}/\${JOB_NAME}/")
                 }
             }
             failOnError(false)
@@ -259,7 +259,7 @@ matrixJob('Cassandra-template-test') {
             server('Nightlies') {
                 transferSet {
                     sourceFiles("TESTS-TestSuites.xml.xz,build/test/logs/**,build/test/jmh-result.json")
-                    remoteDirectory("cassandra/\${JOB_NAME}/\${BUILD_NUMBER}/")
+                    remoteDirectory("cassandra/\${scm.branches[0].name}/\${JOB_BASE_NAME}/\${BUILD_NUMBER}/\${JOB_NAME}/")
                 }
             }
             failOnError(false)
@@ -336,7 +336,7 @@ matrixJob('Cassandra-template-dtest-matrix') {
             server('Nightlies') {
                 transferSet {
                     sourceFiles("**/nosetests.xml,**/test_stdout.txt.xz,**/ccm_logs.tar.xz")
-                    remoteDirectory("cassandra/\${JOB_NAME}/\${BUILD_NUMBER}/")
+                    remoteDirectory("cassandra/\${scm.branches[0].name}/\${JOB_BASE_NAME}/\${BUILD_NUMBER}/\${JOB_NAME}/")
                 }
             }
             failOnError(false)
@@ -435,7 +435,7 @@ matrixJob('Cassandra-template-cqlsh-tests') {
             server('Nightlies') {
                 transferSet {
                     sourceFiles("**/cqlshlib.xml,**/*.head")
-                    remoteDirectory("cassandra/\${JOB_NAME}/\${BUILD_NUMBER}/")
+                    remoteDirectory("cassandra/\${scm.branches[0].name}/\${JOB_BASE_NAME}/\${BUILD_NUMBER}/\${JOB_NAME}/")
                 }
             }
             failOnError(false)

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