How to list git branches in Jenkins parameters | Jenkins Parameterised Job | Git Parameters Demo

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • For more git videos subscribe 👉 cutt.ly/AntQtXf
    We provide the best industry-standard training on AWS and DevOps,
    - In detailed Training on the tools and concepts
    - Working on real-time tasks
    - Resume preparations
    - Job Placements
    AWS Course Content
    cutt.ly/Hx1LEI7
    DevOps Content
    cutt.ly/2x1AEvL
    For Online/Classroom training and project support please contact
    Java Home Cloud, Banglore India
    +919886611117
    +919581811117

Комментарии • 13

  • @JavaHomeCloud
    @JavaHomeCloud  Месяц назад

    🌟 Welcome to Java Home Cloud 🌟
    Register for Online Training 👉 bit.ly/3vuBQqb
    javahome.in

  • @kayoutube690
    @kayoutube690 Год назад +1

    didn't work, error fetching repo, but the displaying branch is working.

  • @nandiniachugatla932
    @nandiniachugatla932 6 месяцев назад

    Did not working for private repo . Got error: remote hung up unexpectedly

  • @knownlimits2800
    @knownlimits2800 2 месяца назад

    Is there a way that if I have multiple projects, I am able to pick the project name and it generates the branches for which ever project I pick, and so on ?

  • @enriked927
    @enriked927 Год назад

    not working with ssh-key. I've repo on bitbucket working fine with git parameter listing branches/tags on same jenkins

    • @enriked927
      @enriked927 Год назад

      error: remote hung up unexpectedly

    • @enriked927
      @enriked927 Год назад

      I need this plugin for listing branches/tags in a pipeline job

    • @JavaHomeCloud
      @JavaHomeCloud  Год назад

      Make sure repository access is present

    • @nandiniachugatla932
      @nandiniachugatla932 6 месяцев назад

      same error . You got any solution

  • @kayoutube690
    @kayoutube690 4 месяца назад

    How to build using tag?

    • @JavaHomeCloud
      @JavaHomeCloud  4 месяца назад

      Step-1 Checkout the tag (git tag )
      Step-2 Run build command

    • @kayoutube690
      @kayoutube690 4 месяца назад

      @@JavaHomeCloud do you have a video for this so everyone in your channel understand this?