[Buildbot-devel] Start up a server during build process...

Jarod McBride jmcbride at apple.com
Sat Mar 17 01:54:41 UTC 2012


Is there a way to start up a rails or sproutcore server in a build step and then have to continue running through the build and shutdown later?  For example...

step 1 - git checkout project
step 2 - bundle install
step 3 - bundle exec sc-server
step 4 - unit test
step 5 - more unit tests
step 6 - quit sc-server

Right now the best method I have found is that I have to start up the server at each step.  Is there another way to do it?

Thanks
Jarod






More information about the devel mailing list