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/08 10:27:05 UTC

[cassandra-builds] branch master updated: Jenkins devbranch-artifacts job to call `cassandra-builds/build-scripts/cassandra-artifacts.sh`

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


The following commit(s) were added to refs/heads/master by this push:
     new eeb3804  Jenkins devbranch-artifacts job to call `cassandra-builds/build-scripts/cassandra-artifacts.sh`
eeb3804 is described below

commit eeb3804f734a70112fc7fc66ceef2fd855814aac
Author: mck <mc...@apache.org>
AuthorDate: Wed Apr 8 12:26:00 2020 +0200

    Jenkins devbranch-artifacts job to call `cassandra-builds/build-scripts/cassandra-artifacts.sh`
---
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index 7876f05..26430d2 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -505,6 +505,7 @@ job('Cassandra-devbranch-artifacts') {
     steps {
         buildDescription('', buildDescStr)
         shell("git clean -xdff ; git clone -b ${buildsBranch} ${buildsRepo}")
+        shell('./cassandra-builds/build-scripts/cassandra-artifacts.sh')
     }
     publishers {
         postBuildTask {


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