From the course: Bamboo Essential Training (2018)

Unlock this course with a free trial

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

Create artifacts

Create artifacts

- [Instructor] Now that we managed to build our code run tests and inspect the quality of the code, it's time to generate the artifact. An artifact is actually nothing other than the output of building and packaging your source code. You can also create smaller artifacts, just like the one we created to see the result of code inspection. Your plan, as you know, is made of stages, and each stage is made of jobs. And as you know, each job can create its own artifact. For example, in the Accounting example, we have two stages, one compiles the code, runs the unit tests, and then if we go inside this, actually, you will see that, in the Default Job, you will see that if I go to Artifacts, we created a small artifact definition which says that the output of CodeInspection goes to a text file called, an xml file, sorry, called codeInspectionResult. And we said that pick this up and make it available to whoever that runs this plan as an artifact. And also, if I click on Edit, you will see…

Contents