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 02:28:50 UTC

[couchdb] 02/02: Improve visibility of release generation steps

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

commit 18c486ea6ddc9f9f8b031f39a4bd98845291125a
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Sat Jan 15 21:28:39 2022 -0500

    Improve visibility of release generation steps
---
 build-aux/Jenkinsfile.full | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 2a9556b..3c592db 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -105,14 +105,12 @@ pipeline {
         timeout(time: 15, unit: "MINUTES")
       }
       steps {
-        sh '''
-          set
-          rm -rf apache-couchdb-*
-          ./configure --spidermonkey-version ${spidermonkey}
-          make erlfmt-check
-          make dist
-          chmod -R a+w * .
-        '''
+        sh 'ls -l'
+        sh 'rm -rf apache-couchdb-*'
+        sh "./configure --spidermonkey-version ${spidermonkey}"
+        sh 'make erlfmt-check'
+        sh 'make elixir-check-formatted'
+        sh 'make dist'
       }
       post {
         success {