Git Product home page Git Product logo

heroku-bamboo-plugin's Introduction

Heroku Bamboo Plugin

A plugin for interacting with Heroku during Atlassian Bamboo builds. Currently, the only build task available is WAR deployment, but expect more tasks to be introduced in the future.

Tasks

WAR Deployment

This build task deploys a WAR file generated by your build directly to a Heroku app.

To deploy a WAR file, first make sure your build is successfully creating a deployable WAR file. If you are using Maven with <packaging>war</packaging>, the mvn package command will output the WAR file into its target directory. Otherwise, create the WAR file in whatever way is approiate for your build.

After the WAR file is created, add the Heroku: WAR Deployment task to your build configuration and specify:

  • API Key: Your Heroku API key to use for deployment. Your Heroku API key can be obtained from your Heroku account page.
  • App Name: The app to which to deploy.
  • WAR File: Relative path to the WAR file created in a previous build step to deploy

Local Development

Build & Run

  • Install direct-to-heroku-client-java:
    • git clone [email protected]:heroku/direct-to-heroku-client-java.git
    • mvn install -DskipTests
  • Download and install Atlassian Plugin SDK
  • Run: mvn bamboo:run Note, if running with your own Maven, be sure to also specify the settings.xml in the SDK

Tests

When running tests, be sure to provide system properties heroku.apiKey and heroku.appName for test API key and test app.

heroku-bamboo-plugin's People

Contributors

ryanbrainard avatar

Stargazers

 avatar James William Dumay avatar

Watchers

James Ward avatar John Simone avatar Scott Clasen avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.