Coder Social home page Coder Social logo

bmuschko / gradle-cloudbees-plugin Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 4.0 282 KB

Gradle plugin that provides support for managing applications and databases on CloudBees RUN@cloud

License: Apache License 2.0

Groovy 92.98% Shell 7.02%
gradle-plugin cloudbees deployment

gradle-cloudbees-plugin's Introduction

Gradle CloudBees plugin

CloudBees Logo

The development of this plugin has been taken over by CloudBees. Please refer to its new GitHub repository CloudBees-community/gradle-cloudbees-plugin. Development on this repository is discontinued.

The plugin provides support for managing applications and databases on CloudBees RUN@cloud. Under covers the plugin communicates with the CloudBees backend via the CloudBees API client. The code of the plugin is featured in chapter 8 of the book "Gradle in Action" published by Manning.

Usage

To use the CloudBees plugin, include in your build script:

apply plugin: 'cloudbees'

The plugin JAR needs to be defined in the classpath of your build script. It is directly available on Maven Central. Alternatively, you can download it from GitHub and deploy it to your local repository. The following code snippet shows an example on how to retrieve it from Maven Central:

buildscript {
    repositories {
        mavenCentral()
    }

    dependencies {
        classpath 'org.gradle.api.plugins:gradle-cloudbees-plugin:0.1'
    }
}

Tasks

The CloudBees plugin defines the following tasks:

Application tasks

Task name Depends on Type Description

cloudBeesAppChecksums

-

CloudBeesAppChecksums

Returns the checksums for an application.

cloudBeesAppDelete

-

CloudBeesAppDelete

Deletes an application.

cloudBeesAppDeployEar

-

CloudBeesAppDeployEar

Deploys a new version of an application using a EAR file.

cloudBeesAppDeployWar

-

CloudBeesAppDeployWar

Deploys a new version of an application using a WAR file.

cloudBeesAppInfo

-

CloudBeesAppInfo

Returns the basic information about an application.

cloudBeesAppList

-

CloudBeesAppList

Returns the list of applications available to your account.

cloudBeesAppRestart

-

CloudBeesAppRestart

Restarts all deployed instances of an application.

cloudBeesAppStart

-

CloudBeesAppStart

Starts all deployed instances of an application.

cloudBeesAppStop

-

CloudBeesAppStop

Stops all deployed instances of an application.

cloudBeesAppTail

-

CloudBeesAppTail

Establishes a persistent connection to the application logs.

Database tasks

Task name Depends on Type Description

cloudBeesDbCreate

-

CloudBeesDbCreate

Creates a new database.

cloudBeesDbDrop

-

CloudBeesDbDrop

Drops a database.

cloudBeesDbInfo

-

CloudBeesDbInfo

Returns information about connecting to a database.

cloudBeesDbList

-

CloudBeesDbList

Returns a list of all the databases associated with your account.

Extension properties

The CloudBees plugin defines the following extension properties in the cloudBees closure:

Property name Type Default value Description

apiFormat

String

XML

The CloudBees API format.

apiVersion

String

1.0

The CloudBees API version.

apiUrl

String

https://api.cloudbees.com/api

The CloudBees API URL.

apiKey

String

value of property named cloudbees.api.key

The CloudBees API key.

apiSecret

String

value of property named cloudbees.api.secret

The CloudBees API secret.

appId

String

Not null

The application identifier on CloudBees.

dbId

String

Not null

The database identifier on CloudBees.

Example

cloudBees {
    appId = 'gradle-in-action/to-do-app'
    dbId = 'gradle-in-action/to-do-db'
}

cloudBeesAppDeployWar.message = project.version

Setting API credentials

If you decide to use the properties cloudbees.api.key and cloudbees.api.secret to populate your API credentials it is recommended to set them in your ~/.gradle/gradle.properties file. The following code snippet shows an example:

cloudbees.api.key = yourApiKey
cloudbees.api.secret = yourApiSecret

gradle-cloudbees-plugin's People

Contributors

bmuschko avatar

Stargazers

 avatar

Watchers

 avatar  avatar

gradle-cloudbees-plugin's Issues

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.