Skip to content

Implement stash file method in AzureArtifactManager directly without using azure-storage plugin #22

@timja

Description

@timja

Feature Request

public void stash(@Nonnull String name, @Nonnull FilePath workspace, @Nonnull Launcher launcher,

I changed archive already to not use the UploadService

public void archive(FilePath workspace, Launcher launcher, BuildListener listener, Map<String, String> artifacts)

UploadService uploadService = new UploadToBlobService(serviceData);

It would be good to change stash to not use it as well so we have more control over performance, remoting, authentication etc

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureA PR that adds a feature - used by Release Drafter

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions