Integrate Jenkins with Bitbucket

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024
  • НаукаНаука

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

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

    This was really good and helpful on how to build a starter CI pipeline from bit bucket to Jenkins. Thank you

  • @leonidgaidai1989
    @leonidgaidai1989 3 года назад +4

    Good explanation! Even better than official atlassian video courses

  • @SmartIdiots
    @SmartIdiots 2 года назад

    Perfect dude !! You did a great job. I have also learned a new thing like how we can use my localhost outside the world using public IP addresses via port forwarding. Thanks a lot once again !!

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

    hi i tried to integrate my jenkins with bitbucket but on adding credentials i only get option of AWS credentials
    Please suggest

  • @trijay
    @trijay 2 года назад

    Not able to get my current user in the drop-down after adding Jenkins credentials

  • @VibhavChaddha
    @VibhavChaddha 4 года назад +1

    What changes do I have to do if I am running it on a server instead of a local machine?

    • @SportTechNomad
      @SportTechNomad 4 года назад

      did you find the solution ?

    • @VibhavChaddha
      @VibhavChaddha 4 года назад +1

      @@SportTechNomad No man. I stopped looking into it. Sorry.

  • @bukwildman521
    @bukwildman521 4 года назад

    Thank you for making my life easier :)

  • @heminpatel3664
    @heminpatel3664 4 года назад

    Hello Alam, I have followed each step for WebHook but Jenkins doesn't do anything

  • @sohansingsodha5953
    @sohansingsodha5953 4 года назад

    I have sprig boot project with maven. Shall I follow same steps for maven too ???

    • @VibhavChaddha
      @VibhavChaddha 4 года назад +1

      In the script, you will have to write 'mvn clean install'. That's the only change according to me,

    • @sohansingsodha5953
      @sohansingsodha5953 4 года назад

      @@VibhavChaddha I am not able to build by using this .. but i tried it by this way by adding local project pom file. but i don't think this is suitable ...I have attached screenshot for your reference
      Steps : Installed Maven Version from global tool configuration then I have added that maven version in Invoke top level Maven Targets. In that I have added Maven Version, Goals, POM(local pom file of my system.. i didn't give path of bitbucket project )

    • @sohansingsodha5953
      @sohansingsodha5953 4 года назад

      I am not able to build this using mvn clean install
      But I tried by different way
      I have Installed maven in global tool configuration
      then added In jenkins project configuration i did below things :
      added Maven Version which i installed in jenkins, Goals , POM (My local pc pom file path).
      Build succeded but i am not sure it is correct or not because jar created in target folder of local pC.
      I am not sure it should created in Bitbuckect repo or local pc

    • @sohansingsodha5953
      @sohansingsodha5953 4 года назад

      @@VibhavChaddha I am not able to build this using mvn clean install
      But I tried by different way
      I have Installed maven in global tool configuration
      then added In jenkins project configuration i did below things :
      added Maven Version which i installed in jenkins, Goals , POM (My local pc pom file path).
      Build succeded but i am not sure it is correct or not because jar created in target folder of local pC.
      I am not sure it should created in Bitbuckect repo or local pc

    • @VibhavChaddha
      @VibhavChaddha 4 года назад

      @@sohansingsodha5953 Run your jar file and check if it is working or not. If you are running your code locally it will create a build in your machine. If you are running it on a server it will create a build and save it in a folder in your server.

  • @priyadurai1292
    @priyadurai1292 4 года назад

    how to solve this issue any idea

  • @bengienickSerrano
    @bengienickSerrano 5 лет назад

    excellent video

  • @dariocosta2498
    @dariocosta2498 2 года назад

    13:48 if you just need the webhook part.

  • @pratikpatel5576
    @pratikpatel5576 5 лет назад

    THank you

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

    Thanks for the video !
    Have come up with failure 🙄 Kindly check and suggest me the solution please
    FAILURE: Build failed with an exception.
    * What went wrong:
    A problem occurred configuring root project 'spring-boot-demo'.
    > Could not resolve all files for configuration ':classpath'.
    > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.0.
    Required by:
    project : > org.springframework.boot:org.springframework.boot.gradle.plugin:3.0.0
    > No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.0 was found. The consumer was configured to find a runtime of a library compatible with Java 11, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '7.5.1' but:
    - Variant 'apiElements' capability org.springframework.boot:spring-boot-gradle-plugin:3.0.0 declares a library, packaged as a jar, and its dependencies declared externally:
    - Incompatible because this component declares an API of a component compatible with Java 17 and the consumer needed a runtime of a component compatible with Java 11
    - Other compatible attribute:
    - Doesn't say anything about org.gradle.plugin.api-version (required '7.5.1')