Repository: cassandra-builds Updated Branches: refs/heads/master 481db1991 -> 0c4fc4713
Fix ant target in dev branch job Project: http://git-wip-us.apache.org/repos/asf/cassandra-builds/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra-builds/commit/0c4fc471 Tree: http://git-wip-us.apache.org/repos/asf/cassandra-builds/tree/0c4fc471 Diff: http://git-wip-us.apache.org/repos/asf/cassandra-builds/diff/0c4fc471 Branch: refs/heads/master Commit: 0c4fc4713582ac4d624198620373d89378fd365d Parents: 481db19 Author: Michael Shuler <mich...@pbandjelly.org> Authored: Fri Mar 3 11:36:32 2017 -0600 Committer: Michael Shuler <mich...@pbandjelly.org> Committed: Fri Mar 3 11:36:32 2017 -0600 ---------------------------------------------------------------------- jenkins-dsl/cassandra_job_dsl_seed.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/0c4fc471/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 a390ba4..857ea0c 100644 --- a/jenkins-dsl/cassandra_job_dsl_seed.groovy +++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy @@ -260,7 +260,7 @@ cassandraBranches.each { //////////////////////////////////////////////////////////// /** - * Parameterized Dev Branch `ant testall` + * Parameterized Dev Branch `ant test-all` */ job('Cassandra-devbranch-testall') { description(jobDescription) @@ -295,7 +295,7 @@ job('Cassandra-devbranch-testall') { steps { buildDescription('', buildDescStr) shell("git clean -xdff ; git clone ${buildsRepo}") - shell('./cassandra-builds/build-scripts/cassandra-unittest.sh testall') + shell('./cassandra-builds/build-scripts/cassandra-unittest.sh test-all') } publishers { junit {