navigation

JIRA Pipline Steps

Jenkins Pipeline

Jenkins 2 brings Pipeline as code, a new setup experience and other UI improvements, let you define delivery pipelines using concise Groovy scripts which deal elegantly with jobs involving persistence and asynchrony. Introduces a domain-specific language (DSL) that helps Jenkins users to model their software delivery pipelines as code, which can be checked in and version-controlled along with the rest of their project’s source code.

JIRA

JIRA is an application that can be used to track all issues for a project. JIRA makes the life cycle of issues transparent and allows for a lot of collaboration. In JIRA you can organize issues, assign work and follow team activity through a workflow. You can do this through UI (Desktop or with new mobile interface). One of the benefits of JIRA is that you can also consume the rest api to automate this workflow. This plugin is wrapper on top of this API to provide more generic steps for Jenkins pipeline developers.

Few examples for a quick reference:

Some of the common usage scenarios with multiple steps were available here

Get started by installing this plugin and also refer to the Change Log for more information.