Skip to content

[FEATURE REQ] Decouple knowledge gpg tooling location. #10196

Description

@chidozieononiwu

Decouple knowledge of where the gpg tooling lives between different steps in archetype-java-release.yml.

- template: tools/gpg/gpg.yml@azure-sdk-build-tools
  parameters: 
    GPGPath: $(GPGPath) # We could consider either passing it to both or making GPGPath an output variable from this template. 

- template: /eng/pipelines/templates/steps/java-publishing.yml
  parameters:
    ArtifactID: ${{artifact.name}}
    GroupID: ${{artifact.groupId}}
    ArtifactDirectory: $(Pipeline.Workspace)/${{parameters.ArtifactName}}-signed
    Target: MavenCentral
    GPGPath: $(GPGPath)

Metadata

Metadata

Labels

Central-EngSysThis issue is owned by the Engineering System team.EngSysThis issue is impacting the engineering system.

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions