Performing release using maven2 with SNAPSHOT build configuration
Hi all,
I have teamcity set up to perform builds on my maven projects when a dependency is updated, or when source is checked in. This works great, but I have one problem. We're using teamcity for all our C# apps, and I'd like to continue our release process with our Java maven 2 processes. Is it possible to perform a release with the same build configuration we use to create our automatic snapshot deployments?
Thanks,
Todd
Please sign in to leave a comment.
Hello Todd,
Currently this is not possible in TeamCity. You have to create a separate configuration (with on-agent checkout mode) or make releases manually.
We've been thinking about this feature and going to implement it in some future version, unlikely in 6.0 however.