jenkinsci / artifact-promotion-plugin

A simple Jenkins plugin to promote artifacts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BOM file can not be promoted to release

bdeneuter opened this issue · comments

An artifact with packaging pom can not be promoted. The artifact will be added twice in AetherInteraction.java: on line 88 and on line 112 (as it is a pom)
When the release repository doesn't allow republishing, the promotion will fail with:
Repository does not allow updating assets

Thank you for your report. I'll check this.