Skip to content

mobomo/jira-releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira Releases

CircleCI Build Status CircleCI Orb Version GitHub License CircleCI Community

This Orb helps you creating and releasing your Jira project versions.

NOTE: To avoid setting the auth token in your config files, you must define it as an CircleCI Environment Variable.

Using the CircleCI UI, you can go to your Project > Project Settings > Environment Values > Add Environment Value called JIRA_AUTH

In order to encode the username:password string, you can run:

echo -n 'jira_user_email:jira_api_token' | openssl base64

Copy the base64 encoded string and paste it in the Environment Variable Value field:

Setting CircleCI Env Vars

Usage example

version: 2.1
orbs:
  jira-releases: mobomo/jira-releases@1.0.0

[...]

  set-released:
    docker:
      - image: makocchi/alpine-git-curl-jq:latest
    steps:
      - jira-releases/release:
          release-name: $CIRCLE_TAG
          jira-url: "https://jira.project.url"
          jira-project: "KEY"
          release-prev: true

About

CircleCI Orb to handle Jira Releases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages