From the course: Bamboo Essential Training (2018)

Unlock this course with a free trial

Join today to access over 22,500 courses taught by industry experts.

Create a project and connect to source control

Create a project and connect to source control - Bamboo Tutorial

From the course: Bamboo Essential Training (2018)

Create a project and connect to source control

- [Instructor] So it's time to start compiling and deploying code. For this topic I'm going to use an ASP.NET MVC website which I have on github.com. And using ASP.NET MVC is just a personal preference. If you use Java, if you use PHP or Python the process of compiling and deploying code is identical to what I'm gonna show you. So what we need from our repository is basically just a clone URL. For now I'm gonna use HTTPS, later I will show you how you can use SSH as well. So what you need is the clone URL and you just copy it to clipboard by clicking on this button, and that's all we need from this page for now. And then we go back to our Bamboo. In Bamboo if you haven't created a build or a project before, what you will see in the home page is that it says let's get building. So you can click on create your first build plan. If you already have a project or a plan, so what you will need to do is just that as long as you'll be in the projects page, and then you click on create you…

Contents