drone / drone-jira

Drone plugin for sending build and deployment status updates to Jira
Other
7 stars 19 forks source link

Jira cloud/Harness Drone integration problems #2

Closed jherrera13 closed 2 years ago

jherrera13 commented 2 years ago

Creating public issue as suggested by Peter Hack from Harness, for the Jira cloud/Harness Drone integration problems

tphoney commented 2 years ago

Hey @jherrera13 i have made some of your suggested changes, and the reasoning for my changes.

- name: jira publish
  image: plugins/jira
  settings:
    client_id:
      from_secret: jira_client_id
    client_secret:
      from_secret: jira_client_secret
    instance: droneio
    project: TT
    environment_name: staging
    log_level: DEBUG
    pipeline: bash_plugin