jenkins - Publish generic file as ivy artifact -
i want publish generic file our artifactory ivy artifact, , have tried using "generic-artifactory integration" alternative in job configuration.
the deployment works, file deployed straight file in artifactory repository root, e.g.
<artifactory url>/artifactory/ivy-repo/my.file how can plugin publish artifact ivy dependency instead?
when working generic artifactory integration should define deployment patterns (as described in tool-tip in jenkins:
since there no way artifactory determine org path file without metadata (ivy.xml or pom.xml), have provide manually in right-hand part of pattern expression, e.g. my.file=>my/org/*
jenkins artifactory
No comments:
Post a Comment