summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2022-01-20 21:40:47 -0500
committerAdam Kocoloski <kocolosk@apache.org>2022-01-20 21:44:55 -0500
commit7679624e393fed4f1ec7ec694d04e5ac45f2ffd4 (patch)
treefd02c104062f15431a95e553565c139d0925bd43
parent78a152f8b6ef9354e4be48d0567e22dcba58dd6b (diff)
downloadcouchdb-7679624e393fed4f1ec7ec694d04e5ac45f2ffd4.tar.gz
Try to figure out why tree is dirty
-rw-r--r--build-aux/Jenkinsfile.full1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 884951c8b..d1c0f1949 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'