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 a99c7ba854ddafea9a8d7a4493152bd10e1af8ce
Author: Adam Kocoloski <[email protected]>
AuthorDate: Thu Jan 20 09:21:53 2022 -0500

    Forgot Erlang 20 was still SM_VSN=60
---
 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 4b0e232..2315e03 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -271,7 +271,7 @@ pipeline {
       }
       environment {
         // TODO find a way to avoid setting this explicitly
-        spidermonkey = '78'
+        spidermonkey = '60'
       }
       steps {
         timeout(time: 15, unit: "MINUTES") {

Reply via email to