summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2022-01-20 09:21:53 -0500
committerAdam Kocoloski <kocolosk@apache.org>2022-01-20 21:44:55 -0500
commita99c7ba854ddafea9a8d7a4493152bd10e1af8ce (patch)
treee2378491af681423da2fa353322a6312e1ec6d8e
parentf0994aa42ff797cab6061599924d6f28751659e7 (diff)
downloadcouchdb-a99c7ba854ddafea9a8d7a4493152bd10e1af8ce.tar.gz
Forgot Erlang 20 was still SM_VSN=60
-rw-r--r--build-aux/Jenkinsfile.full2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 4b0e232d8..2315e0350 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") {