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/21 02:40:58 UTC

[couchdb] branch jenkins-dynamic-matrix-3x updated: Try to figure out why tree is dirty

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

kocolosk pushed a commit to branch jenkins-dynamic-matrix-3x
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/jenkins-dynamic-matrix-3x by this push:
     new cbee041  Try to figure out why tree is dirty
cbee041 is described below

commit cbee041077631cbbb506dc115401e1206a1a162a
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Thu Jan 20 21:40:47 2022 -0500

    Try to figure out why tree is dirty
---
 build-aux/Jenkinsfile.full | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 884951c..d1c0f19 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -276,6 +276,7 @@ pipeline {
       steps {
         timeout(time: 15, unit: "MINUTES") {
           sh (script: 'rm -rf apache-couchdb-*', label: 'Clean workspace of any previous release artifacts' )
+          sh 'git status'
           sh "./configure --spidermonkey-version ${spidermonkey}"
           sh 'make erlfmt-check'
           sh 'make elixir-check-formatted'