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 2016/11/30 23:11:59 UTC

cassandra-builds git commit: Fix dtest output location to archive

Repository: cassandra-builds
Updated Branches:
  refs/heads/master 8202d6620 -> fc28d3e58


Fix dtest output location to archive


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

Branch: refs/heads/master
Commit: fc28d3e586fa004787c4055050a6a7c1dd2369a9
Parents: 8202d66
Author: Michael Shuler <mi...@pbandjelly.org>
Authored: Wed Nov 30 17:11:22 2016 -0600
Committer: Michael Shuler <mi...@pbandjelly.org>
Committed: Wed Nov 30 17:11:22 2016 -0600

----------------------------------------------------------------------
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/fc28d3e5/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 ca6dc33..e4977a7 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -157,7 +157,7 @@ job('Cassandra-template-dtest') {
         shell("git clean -xdff ; git clone ${buildsRepo} ; git clone ${dtestRepo}")
     }
     publishers {
-        archiveArtifacts('cassandra-dtest/test_stdout.txt')
+        archiveArtifacts('test_stdout.txt')
         junit {
             testResults('cassandra-dtest/nosetests.xml')
             testDataPublishers {