oshai
oshai

Reputation: 15355

Personal Build, Remote Run, Pre-tested Commit with GIT and TeamCity

Is there an option to have pre-tested commit+push in IntelliJ + TeamCity with GIT similar to the way we have it in SVN?

From docs, it looks like it is not possible. is there a request for it or a workaround?

Upvotes: 1

Views: 675

Answers (1)

Denis Lapuente
Denis Lapuente

Reputation: 141

Remote Run with git should be available, pre-tested commits not. Check the issue here: https://youtrack.jetbrains.com/issue/TW-11344, while it's pretty old, it has some discussion on possible alternatives that might work for your scenario.

Upvotes: 2

Related Questions