kocolosk commented on a change in pull request #3932:
URL: https://github.com/apache/couchdb/pull/3932#discussion_r810309899
##########
File path: build-aux/Jenkinsfile.full
##########
@@ -278,7 +267,7 @@ pipeline {
steps {
timeout(time: 15, unit: "MINUTES") {
sh (script: 'rm -rf apache-couchdb-*', label: 'Clean workspace of
any previous release artifacts' )
- sh "./configure --spidermonkey-version ${spidermonkey}"
+ sh "./configure"
Review comment:
I think you can also remove the `environment` block above this; it was
only there to supply `${spidermonkey}` for this command.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]