Giter Site home page Giter Site logo

taraspavliuchyn / deployment-sphere-plugin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from webdizz/deployment-sphere-plugin

0.0 2.0 0.0 845 KB

Jenkins plugin to have a bird's eye view of your continuous deployment pipeline

License: Apache License 2.0

Java 98.87% HTML 0.12% CSS 1.02%

deployment-sphere-plugin's Introduction

Deployment-sphere

Jenkins plugin to have a bird's eye view of your continuous deployment pipeline.

Status

Build Status Bitdeli Badge

Dev Environment Requirements:

  1. Java 1.7
  2. Eclipse
  3. Git
  4. Gradle
  5. Lombok

Development cycle:

  1. Сlone repository on your Computer, go there and run bash ./gradlew :pl:build
  2. Then run bash ./gradlew :pl:server. By default Jetty will run on http://localhost:8080/.

Add deployment-sphere-plugin to eclipse:

  1. Install in IDE lombok.
  2. From Eclipse Marketplace install Gradle IDE.
  3. Before adding project into IDE go to deployment-sphere-plugin and run bash ./gradlew :pl:build.
  4. In IDE go to Import -> Gradle-> Gradle Project select directory with project and click Build Model. After that just add it into IDE.

Install plugin on Jenkins:

  1. Go to Jenkins dashboard. On the menu to the left, pick up Manage Jenkins option.
  2. Select Manage plugins.
  3. Goto Advanced tab and use Upload plugin feature.

Jenkins configuration initial jobs:

  1. On Jenkins dashboard create New Item "Build".
  • Tick "This build is parameterized" with any name. As an example use "APP_PARAMETER".
  • Add post-build Action "Collect Build Metadata" and "Application Name" put "app-name" in "Build version Pattern" put "$APP_PARAMETER.{v}" (part of pattern should match name, chosen on previous step)
  1. Create New Item "Deploy".
  • Add post-build Action "Collect Deploy Metadata" in "Application name to deploy" put "app-name"

Building

To build the plugin from source:

./gradlew :pl:build

To run Jenkins and test JPI:

./gradlew :pl:server

Build job-dsl.hpi to be installed in Jenkins:

./gradlew :pl:jpi

deployment-sphere-plugin's People

Contributors

webdizz avatar rkovalenko avatar sgorbatiuk avatar rkovalenkoepa avatar vasylkochetov avatar oleksiizaitsev7 avatar bitdeli-chef avatar randgalt avatar quidryan avatar

Watchers

James Cloos avatar  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.