java - How to set Artifact Path at runtime -
i'm developing build runner plugin teamcity. want publish artifact teamcity server when build done.
however, find set artifact path on server before build started. build runner generate artifact in random file folder, can file folder when build running.
here comes question, how set artifact path when build running?
teamcity artifacts can published via service message. available build script or build tool.
an agent plugin can publish artifacts via call artifactswatcher.addnewartifactspath
Comments
Post a Comment