Tagged Questions
0
votes
0answers
35 views
Hudson hangs on “Started by user anonymous”
My hudson job just started hanging at the start of the build, output looks like:
Started by user anonymous
[spinner]
It can be in this state for several hours, I don't know what can be wrong. Any ...
0
votes
1answer
120 views
How can I trigger Jenkins builds from multiple private GitHub repositories?
I've got a Jenkins box configured to build multiple projects that are hosted privately on GitHub. Each project has been assigned its own deploy key and is aliased via ~/.ssh/config as mentioned in ...
2
votes
1answer
696 views
Hudson/Jenkins Git build all branches
We have a lot of developers creating feature branches that I would like to build. Nightly we run a code quality tool that needs to run on every branch. I also would not like a static configuration ...
0
votes
1answer
193 views
Jenkins Git Release Failure
I'm trying to incorporate Jenkins Maven Release plugin with Git and the job is failing because it can't find the git executable.
My git repo is setup with ssh and I can execute the Git command on ...
0
votes
2answers
258 views
Hudson: returned status code 141: fatal: write error: No space left on device
I copied one of the existing project and created a new project in Hudson. While running build it says "returned status code 141: fatal: write error: No space left on device"
Like suggested in other ...
0
votes
0answers
21 views
Hudson does not init/update nested git submodules
Hudson 2.0.0 (I know it is quite old Hudson version but for some reason we can't update at the moment), proper git plugin installed, does not seem to init/update nested submodules. Is there any ...
0
votes
1answer
45 views
SSH key configuration in Hudson and Git
I am working on Git configuration with Hudson.I have created new job with Hudson but it is throwing following Exception:
returned status code 128: error: The requested URL returned error: 401 while ...
1
vote
1answer
169 views
What is the best practice using git and hudson with one repository including multiple projects
I have raised a similar question before yet after doing some research and bashing my head for a long time , I have concluded that I need some more guidance.
We have currently migrated to GIT from SVN ...
4
votes
1answer
338 views
Git returning null on hudson
I am working on a project using git with hudson to build some tests. I have done all the hudson configurations (at least think I did) and I downloaded git for windows. The repository is located on ...
2
votes
4answers
249 views
Hudson - Git - Clone only required branch
Is it possible to clone only a single git branch in hudson ?
Hudson version 2.2.0 with git plugin version 2.2.0 clones the entire specified project, thus occupying lot of space (which is expected to ...
1
vote
1answer
522 views
Hudson SSH key permission denied
I am running Hudson service (daemon) as custom user by making configuration changes in /etc/sysconfig/hudson as "HUDSON_USER=myuser". I have confirmed that SSH server has RSA key added that is present ...
1
vote
1answer
62 views
Hudson - Stale svn tags in config.xml after changing scm to git
I am using hudson version 2.2.0
After migrating from svn to git, i noticed that subversion related tags, source code location are not getting removed from the config.xml. (Git related tags are present ...
1
vote
1answer
220 views
hudson hangs while fetching from git repo
I set up a build job on Hudson to build a Git project.
Hudson is running from a console not as a service, on Win 2K8 R2 VM server.
Git access is via SSH.
The Job does the clone succesfully, but then ...
0
votes
1answer
58 views
git branching models
We currently have multiple Git repos for different projects.
At present we have the following work flow:
Master - all commits here
Deploy - production code used on live server
We have Hudson ci ...
2
votes
3answers
1k views
Does hudson's poll scm support git?
I configured a job in the hudson to trigger build using "poll scm" method, however, it seems to that it doesn't work.
Does anyone have encounter such problem?
Where could I get relate log on such a ...
3
votes
1answer
628 views
Jenkins - Promoted Builds & Git
Is it possible to get the Jenkins Promoted Builds plugin to invoke a second job, which in turn builds from the commit that was promoted, rather than from the latest revision?
So the flow would be ...
1
vote
1answer
159 views
Failed to clone using git in hudson
This question has driving me mad, i tried to integrated Git in hudson, but after installed the plugin (Jenkins GIT plugin V1.16) and create a job using Git as the SCM tool, everytime i tried to build ...
2
votes
1answer
373 views
git clone fails on Hudson on Mac OS X
I am using Hudson with git plugin on Mac OS X. My git repository is on my own server and is accessible with SSH. I have keys configured properly. I am starting Hudson from command line using the ...
2
votes
1answer
3k views
jenkins complains host key verification failure although the key was generated
Error:
Fetching upstream changes from git@github.com:....../.........git
ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway
...
14
votes
4answers
9k views
jenkins/hudson cant connect to github repo
i am on Ec2 with the base amazon ami linux- i have installed jenkins but when i go to pull the repo from github i am given the following error
Building in workspace /var/lib/jenkins/workspace/build ...
4
votes
1answer
4k views
Jenkins - Unable to git clone from slave node. SSH keys
I have just set up my first Jenkins slave. I run the build, and I hit problems with the SSH keys.
The master Jenkins server is running under the user 'jenkins'. I have set up the SSH keys such that I ...
5
votes
1answer
205 views
How do I get Jenkins to skip failed branches till they change?
I'm using Jenkins with the Multiple SCMs + Git plugin. Jenkins is correctly doing a new build for each branch, but for some reason when it fails a build it just keeps trying to redo the build, even ...
0
votes
0answers
128 views
Hudson Windows 2008 Server, GIT Linux,Tomcat Server— Unable to Build facing Fetching Error
We are using GIT on different server(Linux box), i recently configured Hudson different server(Windows Server 2008) for CI, I am facing could not fetch from repository error while doing build from ...
1
vote
1answer
3k views
Incrementing Maven Project Version with Jenkins/Git
I'm using Jenkins to build Maven Java projects and deploy them to a Nexus repository. I also use Git, although I'm more used to Subversion so my Git knowledge is limited.
I'd like Jenkins/Maven to:
...
0
votes
2answers
381 views
How to get Hudson to show details of git repository changes?
We are switching from ClearCase to do Hudson-based builds from Git repositories. With ClearCase, we could see the differences between each commit by clicking on 'changes', like this:
1. username on ...
4
votes
3answers
2k views
In Jenkins, how to checkout a project into a specific directory (using GIT)
Sorry for the 'svn' style - we are in a process of migration from SVN to GIT (including our CI Jenkins environment).
What do we need is to be able to make Jenkins to checkout (or should I say clone?) ...
1
vote
3answers
5k views
tutorial about configuring jenkins to run tests before git pushing commits
I have a local git repository, and also have a working jenkins project.
I'd like to hook the jenkins task, so that before pushing any changes to the remote repo the jenkins project gets executed, and ...
0
votes
2answers
2k views
hudson cannot fetch from git repository
I have a Hudson server, and a git repository, both running on our server (an ubuntu machine).
Whenever I try to build my app with hudson, he says the follwing
Iniciado pelo usuário anonymous
...
0
votes
1answer
887 views
Unable to access private git repositories using Hudson
Getting the below error
Started by user anonymous
Checkout:workspace / /var/lib/hudson/jobs/test2/workspace - hudson.remoting.LocalChannel@1e77243d
Using strategy: Default
Checkout:workspace / ...
0
votes
0answers
120 views
Installed Hudson 2.2.0 on Ubuntu 11.10 , Unable to configure phpcs to it [closed]
Can any one suggest me how to configure it .
5
votes
2answers
494 views
hudson/jenkins keeps building the bad branch in git instead of the good one
I have jenkins set up to build any branch and merge it into master. I also have pre-receive scripts to prevent any developer from checking into master unless you are user "hudson".
It is working ...
0
votes
1answer
2k views
Unable to Run Build on Hudson Using Git
I configured every thing and tried to run the build i am getting the below error
could anyone help me out on this .
Started by user anonymous
Checkout:workspace / C:\Documents and ...
8
votes
1answer
366 views
Jenkins after restart runs spec on deleted branches
I use Jenkins with a Github repository, and after restart Jenkins runs spec on all branches, even on those deleted from the repo. How do I make jenkins run specs on only the actual repo branches?
8
votes
2answers
828 views
Integration-Manager Git Workflow using Jenkins/Hudson
I'm trying to implement a modified Integration-Manager workflow similar to what's described in ProGit.
Instead of an integration manager performing the merges, I want developers to merge locally ...
0
votes
2answers
157 views
Pre-checked RoR builds with Git and Hudson?
On .NET projects, I've used TeamCity and Subversion to run pre-checked builds.
For those unfamiliar with pre-checked builds, the idea is that when you commit, a build is run with your changeset ...
0
votes
2answers
37 views
Is this the correct way to set up Hudson to build from git
I just installed Hudson in ubuntu 10.04, including the offical git plugin. I installed git-core, and tried setting up git to build my HTPC disto, OpenELEC.tv. I started it, and it says cloning git, ...
9
votes
3answers
6k views
Jenkins can not clone Git repository over Git/SSH on Windows
I have successfully cloned Git repository in Jenkins over Git/SSH on Windows 2008 32-bit. When I tried to do the same on Windows 2008 64-bit, Console Output page gets stuck here:
Démarré par ...
1
vote
1answer
908 views
How can I setup hudson (or jenkins) build from release/hotfix branches using the git-flow branching model?
My company is switching from svn to git and I am researching various branching models. The one I like the most so far is git-flow but I have one major unresolved issue with it.
We use hudson (soon ...
7
votes
2answers
3k views
How to include git changelog in Jenkins emails?
Is there any way to import the changelog that is generated by Jenkins to the subject of an email (either through the default email, or the email-ext plugin)?
I am new to Jenkins configuration, so I ...
2
votes
1answer
5k views
Git error 401 while accessing it via hudson's git plugin
I have hudson configured on my server and i am using code fetched from my git repository.
Actually , i had set up the environment correctly and all the builds via Hudson were successful but recently i ...
1
vote
1answer
214 views
How to get hudson's git plugin to clone repo with the name of the repo in the path?
Let's say I have a repo called "stuff". git@github.com:mine/stuff.git
when I do a git clone of this repo from the command line, it creates a directory called "stuff" and puts everything in that ...
0
votes
1answer
124 views
Hudson triggering ant bulid
I want to achieve like this ,"when i check-in my code in git repository hudson assosiated with git should trigger ant or maven build scripts " Can any one help me on this...???
0
votes
1answer
2k views
Problem in configuring GIT with HUDSON
I am naive to HUDSON and GIT, i followed some tutorials and tried to configure hudson and git.
Settings that i have done till now,
Set the path to git executable
created a empty local repository ...
1
vote
1answer
384 views
Configure Hudson to build a git branch
Background: We recently added a branch to a git project to support development of a new feature. We'll call the branch newfeature. For local development we continue to use the same directory ...
6
votes
3answers
4k views
Jenkins and multiple git branches?
I'm working on a Jenkins job and i need it to build two branches in the same repository. How can i do this?
0
votes
2answers
451 views
Hudson and gitosis
I'm trying to get Gitosis and Hudson to play nice together. I am able to pull from the repository without password access by editing ~/.ssh/authorized_keys and putting my public key in that file. ...
8
votes
2answers
2k views
Why hudson/jenkins tries to make commit?
I'm using Hudson to clone a Git repository and build it. I'm getting the following error:
FATAL: Could not apply tag jenkins-mus-tomcat-2-2
hudson.plugins.git.GitException: Could not apply tag ...
4
votes
1answer
1k views
Any way to get around cloning a git submodule?
I work on an open source project. We keep our production config files in a separate git repository available only to a few members of our team. This repo is a submodule of our larger project and it ...
1
vote
1answer
180 views
Versioning and development process setup for php + mysql with atlassian helpers
I have been researching a bit to try and configure a good development and release process for a 20+ strength development team with multi project responsibilities.
I wanted to go with GIT as the ...
4
votes
1answer
869 views
Jenkins loses workspaces periodically, triggers unwanted build
I have builds set up in Jenkins that use custom workspaces (for the purpose of having no spaces in the path names), that use SCM (git) polling to check for changes. However, in what seems like exactly ...
