Edit teamcity project from IDE
Hello,
The 9.1 teamcity release notes state that you can now edit project settings from the IDE and then run a personal build with the updated settings.
I can't seem to find how to do this in the intellij plugin. Where is this feature?
Thanks.
Jason
Please sign in to leave a comment.
It's feature called remote run. You can edit any file and run a personal build. You need to have TC plugin installed. Please refer to our documentation for details: https://confluence.jetbrains.com/display/TCD9/Remote+Run
I know about Remote Run. But that allowes you to run a personal build with changed files in the source control.
As far as I understant from the 9.1 freature list, you should now be able to run a Personal Build with different "Teamcity Project" settings, not local code changes.
Perhaps I misunderstood but that what it seems to meen to me:
"
Personal builds with personal settings
Change project settings in your IDE, and see how they can work out for your project by running a personal build with these custom settings. If you use the pre-tested commit option, the settings will be committed and applied to your server configuration right after a successful build.
"
To use this feature you need to enable versioned settings, i.e. store your project settings in version control. So, you can manually change these configuration files and run a personal build with changed project files along with other sources (if necessary)