Questions tagged [gitbucket]

GitBucket is a Git platform powered by Scala with easy installation, high extensibility & github API compatibility.

GitBucket is a Git platform powered by Scala with easy installation, high extensibility & github API compatibility.

The current version of GitBucket provides a basic features below:

  • Public / Private Git repository (http and ssh access)
  • Repository viewer and online file editing
  • Wiki
  • Issues / Pull request
  • Email notification
  • Simple user and group management with LDAP integration
  • Plug-in system

GitHub project: https://github.com/gitbucket/gitbucket

30 questions
14
votes
9 answers

Terraform error refreshing state access denied

I'm using gitbucket for both my repository and for pipelines. I have a terraform config file with a remote state configured which runs fine on my local machine however it fails when running in gitbucket. I keep getting access denied error. Here's…
davidb
  • 1,503
  • 4
  • 30
  • 49
11
votes
2 answers

No valid crumb was included in the request - Jenkins on Windows

I installed Jenkins 2.46.2 on Windows Server 2012 and integrated it with GitBucket. I am trying the trigger the build when a change is pushed to GitBucket. I tried to add a webhook but I get this error: Error 403 No valid crumb was included in…
Jai
  • 129
  • 1
  • 1
  • 7
2
votes
1 answer

GitBucket SSH Based Authentication

I configured the SSH based authentication as below Created a public key on my UNIX server Added the public key on my Bitbucket repository with reading and write privileges (also tried it at account level) changed the URL from https to SSH at…
2
votes
1 answer

npm install error : "Host key verification failed."

I want to get the module from Gitbucket, which I built on a windows server. But I get an error when I use npm install. npm ERR! Error while executing: npm ERR! C:\Users\~~~~\AppData\Local\Programs\Git\cmd\git.EXE ls-remote -h -t …
Mio_NC
  • 23
  • 1
  • 4
2
votes
2 answers

GenericWebhookTrigger not triggering specific build

I have Jenkins running normally and a pipeline with specifications below. I set the pipeline configuration to use the Generic Webhook Trigger with the same configuration as specificated in pipeline. The webhook is also configured in my gitbucket…
2
votes
1 answer

How to trigger auto build in Jenkins via Gitbucket's webhook?

There is a Java maven project with its source code managed by Gitbucket. Having configured a maven item in jenkins for the project. And, now want to trigger auto build in jenkins when gitbucket receive a new commit, according to:…
Eric
  • 22,183
  • 20
  • 145
  • 196
2
votes
2 answers

How to manage a git repository of Yocto project

I am new to Yocto project and also git. I would like to manage source code by git (GUI). However, the yocto directory has too many files and the size is too big (more than 50GB). Therefore the git client (GitEye) cannot read files and be freezed. In…
user8257918
  • 55
  • 3
  • 13
1
vote
1 answer

How to quit this comment in Git Bash

While I use Git Bash ,I encountered this phenomenon,but I can't return command terminal. How to solve this problem and what is the reason such phenomenon is occurred?
Author
  • 425
  • 1
  • 4
  • 16
1
vote
0 answers

How to fix terminal android show space when inputed

As I said in the title, I am using the terminal in Android Studio to commit my project into Gitbucket. But when I run this command git remote add origin https://XiaoKing94@bitbucket.org/XiaoKing94/tvob12_phanhoaivuong_dilibus.git in the terminal,…
Xiao King
  • 369
  • 1
  • 13
1
vote
1 answer

git push via ssh and who knows the private key?

This is a conceptional question. When setting up a ssh connection to gitbucket/github, I am creating a private ssh key which is then used for creating the public ssh key. Then I add the public key to gitbucket. Hence as my computer hold the…
newandlost
  • 935
  • 2
  • 10
  • 21
0
votes
0 answers

How can I show the name of the branch pushed in a Jenkinsfile pipeline triggered by GitBucket based on a push event?

show branch in Jenkins file Hello @everyone, can someone help me? I'm trying to build a Jenkinsfile pipeline. I have already configured my Jenkins server to trigger with a GitBucket based on a push event in the repository. Now, in case I have…
0
votes
0 answers

Linking Obsidian to Gitbucket for daily logs and reflections

I'm new to both Obsidian and Gitbucket but they are the required elements of our University Course. I believe that I have installed both correctly on my Mac and am writing the relevant text in Obsidian. However I'm struggling to find a way to push…
Jim
  • 9
  • 1
0
votes
1 answer

I tried to push my laravel project and got "remote unpack failed: error Out of memory loading unknown object"

I tried to push my laravel project to my gitBucket repo and I got this error "remote unpack failed: error Out of memory loading unknown object" I searched on internet and I found about JVM heap size from…
0
votes
0 answers

server certificate verification failed - but only for client on same machine as server

Since approximately start of October, I get this message when running any command with remote access to a git repo (e.g. git pull) on the same machine as the server runs on (i.e. on mygitbucketurl host): fatal: unable to access…
codeling
  • 11,056
  • 4
  • 42
  • 71
0
votes
1 answer

Decline Pull request in Bitbucket when Building fail in Jenkins

I have triggered a build in Jenkins after creating a new pull request in bitbucket. I want to automatically decline the pull request right away when building fail in Jenkins. How do I do it and how can I set up it.
1
2