Hi,
I’m completely new to octopus. Till now we were doing manual deployment by copy pasting the binary files. Now we are planning to to implement CD with octopus. We have been doing Bamboo to build the application and run the test cases. In the bamboo portal, I have created a Plan, In the default job, I have added different tasks to build the application and run the testcases and publish the results to SonarQube. But this is all part of CI. Now I want to integrate Octopus with Bamboo.
I have gone through some documents and links like
https://octopus.com/docs/api-and-integration/bamboo, https://octopus.com/docs/packaging-applications/creating-packages/nuget-packages/using-octopack and few others similar to this.
Now, I’m not able to understand completely what has to be done.
Should I add few tasks to deploy with octopus? If so, how?
When I try to add octopus add on Bamboo , its is downloading a jarfile from this link https://octopus.com/bamboo . How do i use this?
These may be the basic questions I’m asking but I really need to know.
Thanks