You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/12/11 21:29:18 UTC

[couchdb] branch jenkins-davisp-test updated: Trying to be clever and broke things

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch jenkins-davisp-test
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/jenkins-davisp-test by this push:
     new 126ea21  Trying to be clever and broke things
126ea21 is described below

commit 126ea2136fb5b5ebcd8e6b359ce56cfbee48ad28
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Wed Dec 11 15:30:43 2019 -0600

    Trying to be clever and broke things
---
 build-aux/Jenkinsfile.mini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/Jenkinsfile.mini b/build-aux/Jenkinsfile.mini
index c765fc9..1153651 100644
--- a/build-aux/Jenkinsfile.mini
+++ b/build-aux/Jenkinsfile.mini
@@ -89,7 +89,7 @@ pipeline {
         '''
         sh './configure --with-curl'
         sh 'make couch'
-        // sh 'make fauxton'
+        sh 'make fauxton'
         sh 'make docs'
         sh 'make dist'
         sh 'chmod -R a+w * .'