Questions tagged [continuous-integration]

Continuous integration (CI) is the software engineering practice of integrating code continuously and frequently rather than wait for changes to accumulate causing code conflicts to accumulate. Usually these changes are verified automatically using build and test processes.

136 questions
-3
votes
2 answers

Azure: How to reach my Ubuntu server in the Browser?

I have created an Ubuntu server on Azure and installed GoCD, a continuous delivery software, on it via PuTTY. Usually, when GoCD is installed locally, it can be reached via http://localhost:8153/go (similiar to if you install Apache Tomcat). But…
1 2 3
9
10