Coder Social home page Coder Social logo

autoscanforjavafork / org.codehaus.sonar-plugins-sonar-build-stability-plugin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sonarqubecommunity/sonar-build-stability

0.0 0.0 0.0 180 KB

fork of https://github.com/SonarCommunity/sonar-build-stability.git

Java 97.49% HTML 2.51%

org.codehaus.sonar-plugins-sonar-build-stability-plugin's Introduction

Build Stability Plugin

Build Status

Description / Features

Generates reports based on information about builds from Continuous Integration System.

Requirements

Plugin1.1.21.21.3
SonarQube2.2+3.0+4.5.2+
Bamboo
Jenkins🔴
Hudson🔴
TeamCity🔴🔴

Usage

Specify your Continuous Integration Server Job (URL, credentials, etc.):

  • Either through the web interface: at project level, go to Configuration > Settings > Build Stability
  • Or in your pom.xml file for Maven projects:

Example for Bamboo:

<ciManagement>
  <system>Bamboo</system>
  <url>http://ci.codehaus.org/browse/SONAR-DEF</url>
</ciManagement>

Example for Jenkins:

<ciManagement>
  <system>Jenkins</system>
  <url>https://sonarplugins.ci.cloudbees.com/job/build-stability</url>
</ciManagement>

Example for TeamCity:

<ciManagement>
  <system>TeamCity</system>
  <url>http://teamcity:port/viewType.html?buildTypeId=SonarBuildStability_Install</url>
</ciManagement>

Non-Maven examples:

sonar.build-stability.url=Bamboo:${BAMBOO_URL}/browse/${PROJECT_KEY}
sonar.build-stability.url=Jenkins:${JENKINS_URL}/job/${JOB_NAME}
sonar.build-stability.url=TeamCity:${TEAMCITY_URL}/viewType.html?buildTypeId=${PROJECT_KEY}

Run a new quality analysis and the metrics will be fed.

Known limitations

  • TeamCity build number format has to be configured so that build numbers are valid integers (%build.counter%)

org.codehaus.sonar-plugins-sonar-build-stability-plugin's People

Contributors

godin avatar henryju avatar ehartmann avatar christophelevis avatar benzonico avatar bellingard avatar alguevara7 avatar ganntest avatar simonbrandhof 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.