How to Integrate Jira With Jenkins

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.พ. 2025

ความคิดเห็น • 19

  • @nobelsamuelworku
    @nobelsamuelworku ปีที่แล้ว

    Awesome tutorial - a demo of working with the `service-now` plugin and how to submit a standard change would also be helpful.

  • @manishksohni
    @manishksohni 2 ปีที่แล้ว

    Neatly details provided on JIRA with custom pipeline steps

  • @cibelless510
    @cibelless510 3 ปีที่แล้ว

    The perfect class ever....well done

  • @andyward1970
    @andyward1970 6 หลายเดือนก่อน

    Great tutorial, thank you

  • @hlsumardi5385
    @hlsumardi5385 2 ปีที่แล้ว

    15:08 its happen to me, thanks a lot Sir!

  • @dumitrugutu3140
    @dumitrugutu3140 3 ปีที่แล้ว

    Good stuff !

  • @jennychen4557
    @jennychen4557 2 ปีที่แล้ว

    It's helpful to me.

  • @TamilTutEra
    @TamilTutEra 5 หลายเดือนก่อน

    how to upload some reports in html to a specifi issue in jira?

  • @rvenkatesh2k894
    @rvenkatesh2k894 3 ปีที่แล้ว

    Good One

  • @Ahelp1
    @Ahelp1 2 ปีที่แล้ว

    Do anyone know why i get error when trying to validate Settings in the configuration menu in jenkins?, even tho i get curl respond.

  • @alejandroamaya1553
    @alejandroamaya1553 2 ปีที่แล้ว

    it is posible run a jenkins pipeline from jira when a status has changed

  • @srvazkez
    @srvazkez 2 ปีที่แล้ว

    okay Amazing but how make a issue on windows node?

  • @MechMonty
    @MechMonty 3 ปีที่แล้ว

    Any tutorial on Jenkins and polarion integration?

  • @atrisengupta
    @atrisengupta 3 ปีที่แล้ว

    Nice content

  • @aravindb4647
    @aravindb4647 3 ปีที่แล้ว

    Instead of explicitly providing jira issue id, how can we add comment when issue id is mentioned in commit message? Any help would be highly appreciated.

    • @KayeYoze
      @KayeYoze 3 ปีที่แล้ว

      Have you considered naming the branch the Jira issue ID? My teams already use the Jira ID for branch name to support Jenkins multi- branch pipelines feature branch workflows in the jenkinsfile. If you want to include the Git commit message in the Jira comment, in the jenkinsfile script, set the Git commit has to an environment variable, and pass that variable into the Jira comment.

    • @aravindb4647
      @aravindb4647 3 ปีที่แล้ว

      @@KayeYoze I have found the solution. Jira plugin works very well

  • @krushnarath
    @krushnarath 2 ปีที่แล้ว

    hello, in my jira I don't have option to create api token. can you help here?

  • @tirunagariuttam
    @tirunagariuttam 2 ปีที่แล้ว

    Hi @cloudBeesTv Darin, is there a way to create a jira after a successful build. I like to create a jira for release after a successful build. if its feasible, let me know the steps. Thanks