rpaskin / jazzdoit

jazzdoit
0 stars 0 forks source link

Continuous Integration #6

Closed macaubas closed 10 years ago

macaubas commented 10 years ago

I want to have a continuous integration server continually integrating the commits and running all tests.

macaubas commented 10 years ago

Listening on 8081 TCP

rpaskin commented 10 years ago

I moved rails out of 8080 to 3000 since it's behind nginx anyways, and left Jenkins on the default 8080.

As of now, it's running and even integrated with github so changes trigger it.