You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2022/01/16 03:00:21 UTC

[couchdb] branch jenkins-bump-erlang-and-debian-versions updated: Fix the cleaner

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

kocolosk pushed a commit to branch jenkins-bump-erlang-and-debian-versions
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/jenkins-bump-erlang-and-debian-versions by this push:
     new 3aa91a0  Fix the cleaner
3aa91a0 is described below

commit 3aa91a049d6668c7bc6a7110bd35755266b07904
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Sat Jan 15 21:57:35 2022 -0500

    Fix the cleaner
---
 build-aux/Jenkinsfile.full | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index e1156b0..fc8334b 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -285,7 +285,7 @@ pipeline {
             stages {
               stage('Build from tarball & test') {
                 steps {
-                  sh( script: 'rm apache-couchdb-*.tar.gz', label: 'Clean workspace' )
+                  sh( script: 'rm -rf apache-couchdb-*', label: 'Clean workspace' )
                   unstash 'tarball'
                   sh( script: unpack, label: 'Unpack tarball' )
                   dir( "${platform}/build/couchdb" ) {