How to create BitBucket Repo and BitBucket CI/CD Pipelines? | Tech Primers

    12
    27



    This video covers how to create a BitBucket repo and how to create a BitBucket pipeline with a live example.

    BitBucket link: https://bitbucket.org/TechPrimers/

    Slack Community: https://techprimers.slack.com

    Twitter: https://twitter.com/TechPrimers

    Facebook: http://fb.me/TechPrimers

    GitHub: https://github.com/TechPrimers or https://techprimers.github.io/

    Video Editing: iMovie

    Background Music: Broke For Free – Day Bird
    Joakim Karud
    The Passion HiFi – What We Came To Do

    source

    Previous articleDeploying to on-premises Windows machines with Azure DevOps – Part 2 | DevOps Lab
    Next articleComo criar pipelines padrão para Organizações no GitHub

    27 COMMENTS

    1. Can you see my source in https://bitbucket.org/mzulfikarwan/mzulfikar2/src/master/ "
      I can build the package maven. it says:

      Failed to load ApplicationContext

      java.lang.IllegalStateException: Failed to load ApplicationContext

      Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.exception.JDBCConnectionException: Unable to open JDBC Connection for DDL execution

      Caused by: javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.exception.JDBCConnectionException: Unable to open JDBC Connection for DDL execution

      Caused by: org.hibernate.exception.JDBCConnectionException: Unable to open JDBC Connection for DDL execution

      Caused by: org.postgresql.util.PSQLException: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.

      Caused by: java.net.ConnectException: Connection refused (Connection refused)