Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
192 views

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 ...
MOHCINE TOR's user avatar
0 votes
1 answer
396 views

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 ...
Tyo Kuncoro's user avatar
0 votes
0 answers
307 views

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 ...
codeling's user avatar
  • 11.5k
0 votes
1 answer
1k views

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 ...
Sonny Minh Vu's user avatar
0 votes
1 answer
156 views

I have a problem trying to access the GitBucket web page so I can do sys admin duties. I cannot open it from FireFox on the server console nor can I open it from a remote PC. The is a first time ...
AeroClassics's user avatar
  • 1,124
0 votes
0 answers
191 views

I try to get pull request with base name like below but looks like "base" query parameter not working(even head query too...). http://my-gitbucket-server/api/v3/repos/test/test/pulls?state=...
PERIPERI's user avatar
2 votes
1 answer
1k views

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 ...
Vishnu Sajeevan's user avatar
2 votes
1 answer
10k views

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\...
Mio_NC's user avatar
  • 23
0 votes
1 answer
1k views

I am working on BitBucket and stuck in one issue. I need to rename the remote branch after pull request. I don't want to loose any review comments as well. Looks like , there are so many stack over ...
user84's user avatar
  • 393
0 votes
1 answer
2k views

I was working on some quick update ticket. We decided to do this in master branch and push code directly to repository. But I end up doing more than quick update and we realize that this will effect ...
Beknazar's user avatar
0 votes
1 answer
226 views

I want to push a project to a remote repository But somehow I get an error Git: fatal: Authentication failed for 'https://......' This error was previously handled by cloning a new remote ...
0xsu's user avatar
  • 613
0 votes
0 answers
145 views

I have copied the repo (where i have access) to my local folder , and I want to import it to my new repo in Gitbucket , I was typing git init , git add . git commit , git push , but I still have the ...
sweazy's user avatar
  • 1
2 votes
2 answers
4k views

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. ...
Joao Pedro Martins's user avatar
1 vote
1 answer
3k views

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's user avatar
  • 475
0 votes
2 answers
341 views

I try to commit using API with GitBucket. In the case of GitHub, we can commit using this API "POST /repos/:owner/:repo/git/commits". But there are not any API about commit on GitBucket. Accoding to ...
Kentaro S's user avatar
19 votes
11 answers
66k views

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 ...
davidb's user avatar
  • 1,633
0 votes
1 answer
86 views

The email settings was setup using a gmail account and when testing it the error below is returned. [Error] org.apache.commons.mail.EmailException: Sending the email to the following server ...
naz's user avatar
  • 1,526
3 votes
1 answer
2k views

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 ...
Eric's user avatar
  • 25.8k
2 votes
2 answers
4k views

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 ...
user8257918's user avatar
0 votes
1 answer
393 views

I need to migrate my live GitBucket installation from one physical machine (Win7) to a different machine (Win7), not to backup my current installation. I'm using version 4.18.0 with default settings ...
dim's user avatar
  • 59
11 votes
2 answers
13k views

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 ...
Jai's user avatar
  • 129
0 votes
0 answers
1k views

I am trying to sign my git tag, but I get an error. and then if I do commit -m it tells me "nothing added to commit but untracked files present."
Koi's user avatar
  • 1
0 votes
1 answer
341 views

I'm creating a Maven project inside Jenkins. The maven project need to get the source from a git repository hosted in GitBucket. Jenkins and GitBucket are running on different Windows server and are ...
JimmyD's user avatar
  • 2,769
0 votes
1 answer
2k views

I have a GitBucket(not Bitbucket!) repository which I've connected to Jenkins with a Webhook. Whenever I make a pull request, I would like the feature branch to be built, then merged into master. ...
bsky's user avatar
  • 20.5k
1 vote
0 answers
171 views

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://[email protected]/XiaoKing94/...
Xiao King's user avatar
  • 389
-2 votes
2 answers
1k views

I'm trying to delete a remote branch via: git push origin :dev But the following error appears: remote: Updating references: 100% (1/1) To ssh://[email protected]:29400/user/project.git ! [...
pbaldauf's user avatar
  • 1,681
0 votes
1 answer
302 views

I'm trying to set up branches so that when my employees first clone the repository they have all the branches available. This is how I want to set it up: Have the Master branch that they don't and/...
coderage9001's user avatar
1 vote
1 answer
262 views

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 ...
newandlost's user avatar
  • 1,080
0 votes
1 answer
789 views

I am getting an error when I try to deploy an unmodified version of the latest Gitbucket source to heroku. [info] 'compiler-interface' not yet compiled for Scala 2.10.3. Compiling... [info] ...
StackGuy's user avatar