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
commit 7679624e393fed4f1ec7ec694d04e5ac45f2ffd4 Author: Adam Kocoloski <[email protected]> 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'
