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 00:55:39 UTC

[couchdb] branch jenkins-bump-erlang-and-debian-versions updated: Once more into the breaach

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


The following commit(s) were added to refs/heads/jenkins-bump-erlang-and-debian-versions by this push:
     new 3818ca0  Once more into the breaach
3818ca0 is described below

commit 3818ca0a73b3ddeaf29d3e2cba927abe5f1f4169
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Sat Jan 15 19:55:28 2022 -0500

    Once more into the breaach
---
 build-aux/Jenkinsfile.full | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 98d2098..dd86303 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -266,13 +266,16 @@ pipeline {
                 steps {
                   unstash 'tarball'
                   sh( script: unpack, label: 'Unpack tarball' )
-                  dir( "${platform}/build/couchdb" )
-                  sh "./configure --spidermonkey-version ${sm_ver}"
-                  sh 'make'
-                  sh 'make eunit'
-                  sh 'make elixir-suite'
-                  sh 'make exunit'
-                  sh 'make mango-test'
+                  dir( "${platform}/build/couchdb" ) {
+                    sh 'pwd'
+                    sh 'ls -l'
+                    sh "./configure --spidermonkey-version ${sm_ver}"
+                    sh 'make'
+                    sh 'make eunit'
+                    sh 'make elixir-suite'
+                    sh 'make exunit'
+                    sh 'make mango-test'
+                  }
                 }
                 post {
                   always {