Git Product home page Git Product logo

jira-plugin's Introduction

Jenkins JIRA Plugin

Build Status Build Status Coverage Status

See Wiki page for more information.

Reported Issues:

Building plugin with Docker

Build the plugin locally using Docker and Maven image version 3.3 & newest JDK 8:

docker run -it --rm -v "$PWD":/usr/src/mymaven -v "$HOME/.m2:/usr/src/mymaven/.m2" -w /usr/src/mymaven maven:3.3-jdk-8 mvn clean package

Contributing to the Plugin

See examples directory for some useful scripts like:

New feature proposals and bug fix proposals should be submitted as GitHub pull requests.

There are two active branches:

  • master - bugfixes and development of new features - major x.Y versions are released from this branch
  • hotfix - bugfix branch - selected commits are cherry picked from master branch - patch x.y.Z are released from this branch

Fork the repository on GitHub, prepare your change on your forked copy, and submit a pull request (see here for open pull requests).

Your pull request will be evaluated by the Travis CI Job and you should receive e-mail with the results of the evaluation.

If you are adding new features please make sure that they support Jenkins Pipeline Plugin. See (here](https://github.com/jenkinsci/pipeline-plugin/blob/master/COMPATIBILITY.md) for some information.

Before submitting your change make sure that:

  • you added tests - the coverage will be checked after submitting PRs
  • the code formatting follows the plugin standard (i.e. how most of the source code is formatted)
  • imports are organised - please do not use wildcard imports
  • you use findbugs to see if you haven't introduced any new warnings.

There have been many developers involved in the git plugin and there are many, many users who depend on the git-plugin.
Tests help us assure that we're delivering a reliable plugin, and that we've communicated our intent to other developers in a way that they can detect when they run tests.

Atlassian sources import

To resolve some binary compatibility issues JENKINS-48357, the sources from the artifact com.atlassian.httpclient:atlassian-httpclient-plugin:0.23 has been imported in the project to have control over http(s) protocol transport layer. The downloaded sources didn't have any license headers but based on the pom sources are Apache License (see pom in src/main/resources/atlassian-httpclient-plugin-0.23.0.pom)

jira-plugin's People

Contributors

olamy avatar rantoniuk avatar warden avatar artkoshelev avatar jsoref avatar gmshake avatar kohsuke avatar jan-zajic avatar reda-alaoui avatar alanharder avatar christ66 avatar milkboy avatar jglick avatar kutzi avatar deki avatar vbfox avatar oleg-nenashev avatar hcleetw avatar frantam avatar kreyssel avatar mczerwi7b avatar jcarsique avatar escoem avatar turneand avatar tamini avatar kuldazbraslav avatar lanwen avatar johnou avatar j-cztery avatar janinko avatar

Watchers

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.