GithubHelp home page GithubHelp logo

jglick / jira-plugin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jenkinsci/jira-plugin

0.0 2.0 0.0 1.78 MB

Jenkins jira plugin

Home Page: http://jenkins-ci.org/

License: MIT License

Java 94.24% HTML 3.71% Groovy 2.05%

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.

jira-plugin's People

Contributors

olamy avatar rantoniuk avatar warden avatar artkoshelev avatar kohsuke avatar jan-zajic avatar reda-alaoui avatar christ66 avatar alanharder avatar milkboy avatar kutzi avatar deki avatar vbfox avatar hcleetw avatar jcarsique avatar mczerwi7b avatar kreyssel avatar frantam avatar tamini avatar kuldazbraslav avatar lanwen avatar johnou avatar j-cztery avatar janinko avatar escoem avatar vitia avatar stuartrowe avatar repizator avatar lippoper avatar tmons 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.