Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article explains how to add a SQL task to execute sql run SQL scripts from a file using the app, SQL for Bamboo on Server SQL for Bamboo app on server.

Instructions

  1. Log in as a Bamboo Administratoradministrator. Ensure you have a project and a plan with respective stages and jobs configured. We shall use
  2. Use Project = Demo and Plan = Demo_plan as mentioned in the in the example below example:
    Image Modified
  3. Click on a job. In the example below, Demo_job2 > Add task > select SQL task.
    Image Modified
  4. Provide all the details like description, Script location, Script, and database profile and click on Save as shown:
    Image Removed

    Below is the

    SQL configuration details and click Save.
    Image Added

  5. Consider an example persons.sql file:
    Image Modified

  6. Now, click on Click Run plan for to run the SQL task to get executed.
    Image Modified

    The output will result results in the table creation in the database.
    Image Modified

    Note
    • Ensure you have have SQL for Bamboo app installed  installed in your Bamboo instance.
    • If Script script location is Filefile, make sure ensure to place the .sql file in that particular project with plan and job configured and directory, <BambooHome> <BambooHome>/xml-data/builds-dir/project-plan-job>.