eclipse - How to send commits from developers to test environment, automatically -


i administrator of project. , developers of team, commit somethings svn. normally, sending these commits test environment manually. possible send these commits test environment, automatically.

you can use continuous integration tool jenkins that.

it can used trigger build @ each change on svn. , can add post-built script in charge of deploying (and testing) newly built application.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -