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 df818b6367ed1129bd42313f3209d8ec3d12fefc Author: Adam Kocoloski <[email protected]> AuthorDate: Thu Jan 20 21:46:42 2022 -0500 Try to find the dirt again --- 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 8c2ea95..d1e0fa6 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -278,10 +278,10 @@ 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' + sh 'git status' sh 'make dist' } }
