Versions Compared

Key

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

This article explains how to add an a SQL task and execute the single to 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 administrator.Navigate to Image Removed > Add-ons > Find new apps and search for "SQL for Bamboo". Ensure you have SQL for Bamboo app installed in your Bamboo instance.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 RemovedImage Added
  3. Click on a job. In the example below, Demo_job2 > Add task > select SQL task.
    Image RemovedImage Added
  4. Provide all the details like description, Script location, Script, and database profile and click on Save as shown:
    Image Removed

    Below is the resultant

    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 RemovedImage Added

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

    Note
    If Script
    • Ensure you have SQL for Bamboo installed in your Bamboo instance.
    • If script location is
    File
    • file,
    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>.