Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few docs and jenkinsfile cleanups #4171

Merged
merged 3 commits into from
Sep 10, 2022
Merged

A few docs and jenkinsfile cleanups #4171

merged 3 commits into from
Sep 10, 2022

Commits on Sep 9, 2022

  1. Reformat jenkinsfile groovy

    Go with the 2-indent mode. In emacs it would be:
    
    ```
    '(groovy-indent-offset 2)
    ```
    nickva committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    939a21c View commit details
    Browse the repository at this point in the history
  2. Fix docs build instructions

    As per comment in #4164 (comment)
    nickva committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    26cba30 View commit details
    Browse the repository at this point in the history
  3. Remove commented out Jenksfile section

    We're not using couchdbci-debian:arm64v8-buster-erlang containers any longer
    and instead using multiarch images with buildx.
    nickva committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    c553ca3 View commit details
    Browse the repository at this point in the history