29 questions
0
votes
0
answers
192
views
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 ...
0
votes
1
answer
396
views
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 ...
0
votes
0
answers
307
views
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 ...
0
votes
1
answer
1k
views
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 ...
0
votes
1
answer
156
views
Installation of GitBucket on Ubuntu 20.04
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 ...
0
votes
0
answers
191
views
GitBucket API how to get pull request with base name
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=...
2
votes
1
answer
1k
views
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 ...
2
votes
1
answer
10k
views
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\...
0
votes
1
answer
1k
views
Rename git bucket branch name after pull request
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 ...
0
votes
1
answer
2k
views
Will master branch have changes if I will push my new created branch(see details)?
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 ...
0
votes
1
answer
226
views
GitBucket: Cannot access remotely
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 ...
0
votes
0
answers
145
views
Import project folder to gitbucket
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 ...
2
votes
2
answers
4k
views
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. ...
1
vote
1
answer
3k
views
How to quit this comment in Git Bash [duplicate]
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?
0
votes
2
answers
341
views
Commit with API - gitBucket
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 ...
19
votes
11
answers
66k
views
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 ...
0
votes
1
answer
86
views
Error sending test email gitbucket
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 ...
3
votes
1
answer
2k
views
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 ...
2
votes
2
answers
4k
views
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 ...
0
votes
1
answer
393
views
Migrating GitBucket to another machine
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 ...
11
votes
2
answers
13k
views
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 ...
0
votes
0
answers
1k
views
How to resolve 'Head' as a valid reference?
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."
0
votes
1
answer
341
views
Setup jenkins to use gitBucket git repository
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 ...
0
votes
1
answer
2k
views
Only master branch is built by Jenkins
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.
...
1
vote
0
answers
171
views
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://[email protected]/XiaoKing94/...
-2
votes
2
answers
1k
views
GIT delete remote branch
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
! [...
0
votes
1
answer
302
views
Setting up active branches in SourceTree and GitBucket
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/...
1
vote
1
answer
262
views
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 ...
0
votes
1
answer
789
views
How to deploy Gitbucket to Heroku
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] ...