Skip to content

Can't download artifacts with multi-branch-pipelines #47

@guonic

Description

@guonic

refactor artifacts.go:41

for single branch pipeline artifacts downloads URI

artifactURL := fmt.Sprintf("/job/%s/job/%s/%d/artifact/%s", projectName, pipelineName, buildID, filename)

multi_branch_pipeline artifacts downloads URI

artifactURL := fmt.Sprintf("/job/%s/job/%s/job/%s/%d/artifact/%s", projectName, pipelineName, branchName, buildID, filename)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions