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 17:05:32 UTC

[couchdb] branch jenkins-dynamic-matrix updated: Hard-code sm_ver for now

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

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


The following commit(s) were added to refs/heads/jenkins-dynamic-matrix by this push:
     new 3763885  Hard-code sm_ver for now
3763885 is described below

commit 3763885a7046ac8d381ef8b2b87f9bdd7bc59442
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Sun Jan 16 12:05:20 2022 -0500

    Hard-code sm_ver for now
---
 build-aux/Jenkinsfile.full | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 9e4849e..2068248 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -113,17 +113,13 @@ pipeline {
           registryCredentialsId 'dockerhub_creds'
         }
       }
-      environment {
-        // TODO find a way to avoid setting this explicitly
-        spidermonkey = '78'
-      }
       options {
         timeout(time: 15, unit: "MINUTES")
       }
       steps {
         sh 'ls -l'
         sh 'rm -rf apache-couchdb-*'
-        sh "./configure --spidermonkey-version ${spidermonkey}"
+        sh "./configure --spidermonkey-version 78"
         // sh 'make erlfmt-check'
         sh 'make elixir-check-formatted'
         sh 'make dist'