ant - "Copy" an artifact in Ivy -
in ivy have published artifact flagged integration status. our ci server continuously publishes artifact when detects changes in source code.
at point reach stable release point, , want publish artifact release status , actual version number. however, i'd rather not have additional build processing (such checking out code , running build script). safer take artifact presently published (as integration), , "copy" new status , version. question is: can ivy this?
i'd rather not directly on filesystem if possible, few reasons. 1 way retrieve , republish. wondering if there cleaner way on repository itself.
i don't think possible using ivy. promoting builds feature supported repository managers, rather build clients.
nexus pro has staging suite , artifactory supports similar features.
Comments
Post a Comment