Hello,
I'm using the below code to push changes to remote repository using script runner, but it gives me timeout
gitCommandBuilderFactory.builder(sourceRepo)
.push()
.refspec("refs/head/*")
.refspec("refs/tags/*")
.force(true)
.repository("http://myehia@localhost:7990/scm/test/test.git")
.build(new StringCommandOutputHandler()).call()
How can I use the bitbucket java API to push changes to remote repository?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.