Move artefacts from one configuration to another?

So far we have separate configuration for each release branch we have under supervision, however that become hard to maintain especially when we move to next release. I'd like to aggregate all release builds under one configuration, but we don't want to loose existing artefacts.

Normally, when configuration is removed, all artefact for that configuration will be removed during periodic clean up. However, I want to know if it's possible to move them somehow to avoid loss of history as our testers still may need access to them.

I can accept any solution, including fiddling with SQL database if that's required. I assume simple move artefacts from one directory to another is not enough?

 

0
2 comments

Hi,

 

TeamCity creates a folder for each build within each build configuration where it stores the artifacts. You will be able to put any files within those folders, but you can't simply move the folders for each build there, that won't work. A possibility here would be to run "dummy" builds and then copy the files into those folders.

0
Avatar
Permanently deleted user

Do you know if metadata for these directories are kept within themselves only or in the database either?

0

Please sign in to leave a comment.