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
Great Video, I have one question, without Docker its possible, like in my Local machine/VDI
Bro, please make a video on bitbucket integration with sonarqube for every pull request it would be very very helpful
can you explain for android development by gradle and firebase using firebase token key and firebaseCLI please using bitbucket only
Hi, could you please let me know what editor are you using…
Lets say if i need to deploy on remote or other server then how can we do
why did you do one more project (spring-jpa-pipeline-example) when you already have 2 (spring|jenkins-exmaple) what are also good for demonstration of the pipeline ?
can you please setup for hadoop cluster, if possible
can you do a video how to integrate sonarqube with bitbucket CI/CD pipeline for analyzing c++ code
Perfect
you built the code (CI) – how to deploy it (CD) to the destination server?
please complete the topic by making other videos, thanks you
In our cases after creating build we are creating release and deployed into specific env.
Great tutorial. Very simple and to the point. Thanks!
it was very good till now. But can you please tell now like ….i need this .jar file should run continuously on my EC2 server. How to do it ?
Thanks so much men!! You got a new subscriptor
Hi, we can also build the project from Eclipse/Intellij and push it to BitBucket. Then what is the need of building it from BitBucket ?
what if you want to create a pipeline between a Bitbucket and Github repo?
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)
Can you explain about artifacts?
hi please where i can find the artifact after running mvn install cmd
?
Hi, Kindly assist I need to show tags (released version number) in the source tab parallel to the repo description. Let me know how we can do that.
Is it possible to configure pipeline for two separate projects under a single repository?
Where the build file is stored? After maven clean install. Where does the jar file stay?
Where is cd here .. only build.. not deployment
Really help me a lot…Useful video
super..! good explaining bro…TQ do you have any idea about how to CI/CD of Magento code..! please share me the link of video or any doc..!
Do you have a video or link of Bitbucket pipelines with Xray (Cucumber) test cases, I need to pull out Gherkin language