문제

Are there any tools available to run pre-commit builds for Perforce and auto submit changes on successful execution?

I'm looking for a server side solution (unlike JetBrains teamcity VS addin which does it from client + has some others limitations like inability to add a job id) which can also queue up multiple check-ins

도움이 되었습니까?

해결책

I think Electric Commander has a pre-flight capability. Might be worth a look. Otherwise you can use a change-content trigger to intercept a commit, invoke a build process with the changed files, and then approve or reject the submit.

다른 팁

We use ProofBuild. I use it in a specific configuration that doesn't do automatic check-in (only checks that the changelist is good), but ProofBuild supports this automation too.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top