Skip to content

Conversation

@kinjelom
Copy link

@kinjelom kinjelom commented Mar 19, 2025

Now ready to use with the latest Nexus 3.78.2-04.

Example usage:

---
instance_groups:
- name: nexus-repo
  jobs:
  - name: nexus-repo
    release: nexus
    properties:
      nexus_repo:
        application_port: 8080
        secrets:
          active_key: secret_1
          keys:
            secret_1: ((nexus_repo_encryption_secret_1))
        additional_nexus_vmoptions:
          - "-XX:+UnlockExperimentalVMOptions"
          - "-XX:+UseG1GC"
          - "-Dnexus.datastore.enabled=true"
          - "-Dnexus.datastore.nexus.username=((nexus_db_user))"
          - "-Dnexus.datastore.nexus.password=((nexus_db_password))"
          - "-Dnexus.datastore.nexus.jdbcUrl=((nexus_jdbc_url))"
        envs:
          TEST_ENV1: abc
        java_util_logging_properties:
          ".level": INFO
variables:
  - name: nexus_repo_encryption_secret_1
    type: password
    options:
      length: 32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant