Adding Artifacts into the Build Execution 
  1. Go to ‘Build -> All build plans’.
  2. Click created plan link.
  3. Click ‘Actions -> Configure plan’ option.
  4. Click ‘Stages’ tab and then click job link.
  5. Click ‘Artifacts -> Create definition’. This will display the following screen.

Create Definition

  1. Enter the name and pattern. If you want to add all the files into artifact from ‘test-output’ directory, then use ‘**/test-output/*’. If you want to add only .html files, use ‘**/test-output/*.html’.
  2. Click ‘Create’ button.
  3. Click ‘Run -> Run Plan’ and click ‘Artifacts’ tab.

Artifacts

Mail Configuration 
  1. Click ‘Setting -> Overview’ icon.
  2. Click ‘Mail server’ link under ‘Communication’.
  3. Enter the details, as shown below.

Mail Configuration 

  1. Click ‘Save’ button.
  2. Now enter the valid email id into ‘Test recipient address’ to verify whether the mail is received or not.

Test Mail Configuration

  1. Click ‘Test’ button. This will display the following message.

Bamboo Test Mail 

Adding Notification into the Plan 
  1. First, follow the mail configuration section and configure the mail. If it has been already done, ignore it.
  2. Click created Plan link.
  3. Click ‘Actions -> Configure plan’ option.
  4. Click ‘Notification’ tab and ‘Add Notification’ button.

Add new notification

  1. Select proper data into ‘Event’ and ‘Recipient type’ field.
  2. Click ‘Add’ button.
  3. Now run the plan. This will display the message given below.Run Plan

You may also like: How to Create and Run Your First Project in Bamboo?