0
votes
1answer
40 views

Jenkins GitHub Plugin Inverse Branches

I have a question in on the plugins page, but this seems to be a much more active place for Jenkins support. When a change is pushed to any branch the job will run, and merge into the develop branch, ...
0
votes
1answer
114 views

Jenkins - could not read Username for 'https://github.com': No such device or address

I'm trying to set up Jenkins / Hudson on my Ubuntu PC. That's not the problem but I set an Android job with the following commands: export CLEAN=false export LUNCH=cm_ace-userdebug export ...
0
votes
1answer
140 views

Push from jenkins to github fails silently

I have a Jenkins job configured which should push changes back into a github git repository. When I look into the console, everything looks fine, the job gets classified as success. The only problem ...
1
vote
1answer
317 views

How to configure Cloudbees Jenkins to trigger build on push to Github

I tried to follow the instructions in this article: http://developer.cloudbees.com/bin/view/DEV/GitHub+Commit+Hooks+HOWTO But I have two problems: It doesn't work. When I push to github nothing ...
0
votes
1answer
208 views

Configuring Jenkins and Git/GitHub

This is my first foray with Jenkins, and I've installed it on Windows 2008 R2. I have also installed the "Jenkins GIT plugin" as well as the "GitHub plugin". Below you'll see an image where I've ...
0
votes
1answer
88 views

script/cibuild: Permission denied when building with Jenkins

I'm getting the following error when building with Jenkins: Building in workspace /var/lib/jenkins/jobs/test-1b8ac945ebc2383345391847605819c5/workspace [workspace] $ /bin/sh -xe ...
1
vote
0answers
34 views

Janky response: Unknown repository :'myrepo'

I take unknown repository error when I build my Github repo on campfire like below: hubot ci build scholar Unknown repository: "scholar" Here my Janky heroku logs: 2013-02-26T07:53:58+00:00 ...
3
votes
1answer
181 views

Github Enterprise - Plugin for Jenkins

I'm trying to get the post-commit hooks for github enterprise to talk to our internal jenkins server. Been trying for the last several hours and haven't been able to get it working. What I was able ...
0
votes
0answers
122 views

Automated Changelog using JIRA, GitHub, and Jenkins

My team recently switched to all three technologies in the past several months and have worked hard to get it up and running. Next step is automating our changelogs. We have JIRA set up look for the ...
0
votes
1answer
38 views

gtihub, jenkins and automated testing

I have several projects in Github, and I´d like to linked them to Jenkins in order to automate testing and improve the quality code. Is there any free online way to do it?
0
votes
0answers
288 views

Integrating GIT with Jenkins

I am trying to add git repo-url to jenkins so that jenkins can build my code and run some tests. But the repo I am using is private and that's where I am running into issues. Here is the error that I ...
1
vote
2answers
703 views

Jenkins and Git?

My firm right now is using subversion and we have jenkins pulling SCM for changes and if anything changes it will do the maven build. We are moving to git but I dont see anyway to pull a git repo for ...
1
vote
1answer
98 views

Unable to clone repository to jenkins on linux

I am able to clone a repository that i've created for one of my jobs on jenkins. Whereas, cloning a repository which is a fork of another repository gives the following error when trying to build it - ...
0
votes
0answers
86 views

I cannot use my Git repository URL to create jenkins job

I am using Jenkins OnDemand plugin to create job to run my test on Sauce Labs. at job configuration step, I select 'Git' option that shown under 'Sauce Code Management', but I am getting the error ...
0
votes
0answers
89 views

how can I authenticate to Jenkins from Github over VPN?

What do I have: There is a Jenkins running on the box and the box has static IP to the internet. Jenkins is using the Github authentication to manage the access of each user. What I'm trying to do: ...
0
votes
1answer
450 views

cloning a private git repo in jenkins, bitbucket

I am having errors cloning a private bitbucket repo with Jenkins. I've followed the debug steps from here: https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin Create ssh keys Added ssh key to ...
0
votes
0answers
109 views

Jenkins build 'cannot find current revision' at github

I have a (private) project at github which has a submodule. When I invoke the ant build at the command line in Terminal (OSX), the build is fine. But when the same build.xml is invoked via Jenkins ...
0
votes
1answer
95 views

Configuring Jenkins with a Git Reposiotry containing multiple projects

We have migrated from SVN to GIT and our repository structure has many projects in one single repository(not using submodules). I would like to configure Jenkins on a Windows Server 2008 R2 with ...
1
vote
1answer
154 views

Jenkins not building github project

ok, so, before I explain my issue, I must mention that I am fairly new to jenkins and github, both.. The issue is, I have managed to attach jenkins Job with github project, but when I try to build the ...
2
votes
2answers
419 views

Show current state of Jenkins build status on GitHub repo

Is there a way to show the the Jenkins build status on my project's GitHub Readme.md? I use Jenkins to run continuous integration builds. After each commit it ensures that everything compiles, as ...
1
vote
1answer
116 views

Jenkins does not getting the latest commit

I have been trying to configure jenkins with github. Basically when there are no files in workspace (the first build) everything is going fine and jenkins fetches the latest changes. But when I ...
0
votes
2answers
108 views

Is it possible to start jenkins through proxychains

I have code repository on GitHub and CI server (Ubuntu) with Jenkins behind firewall. So I set proxy settings to jenkins and it works fine (e.g. i can see the availvable plugins). And I configured ...
3
votes
2answers
110 views

How to avoid developers to commit without mention the issue on commit message on Github

At the company I'm working on we've defined a tiny development process to fit our needs. Before commit, we should mention the issue on the commit comments. This will trigger some internal hooks on our ...
2
votes
0answers
437 views

jenkins not responding to github webhook`

I got Jenkins talking to Github, and manually I can initiate a build and it succeeds! This is a private Github repo. I can't get the webhook to work, so that when I check-in in my repo, Jenkins ...
1
vote
1answer
395 views

Git on Hudson fatal exception when updating submodule

Okay, firstly, I am very new to git. I have set up a build, however it has just started failing, with the following error. FATAL: Command "git submodule update" returned status code 1: stdout: ...
0
votes
0answers
72 views

How to resolve multiple jenkins commit users to a single user (git and svn specifically)? [closed]

We've got an internal (intranet) jenkins which has build jobs accessing an internal svn repository and sometimes external git repository (github). There is at present no identity management with ...
3
votes
1answer
420 views

github plugin gitlab jenkins null json

I'm hoping someone can help me as I am at my wits end. We have two servers, one setup with jenkins running on 8080 and the other set up with gitlab. I'm trying to enable jenkins build on push to ...
4
votes
2answers
2k views

“Failed to connect to repository” Error while setting up Github Jenkins Plugin

I am getting an error when inputting my repo location into the "Source Code Management > Git > Repository URL" section of a new Job. I have searched all around and tried many different URLs with no ...
1
vote
0answers
392 views

Jenkins-HTTP proxy configuration-github plugin

I am running a ubuntu Virtual Machine and through putty i am accessing it.I have installed jenkins CI on that machine. Now i am in need to integrate the GitHub Plugin with that jenkins. That VM is ...
1
vote
1answer
74 views

Jenkins: Find out which Branch got pushed to GitHub?

Is there an easy way to find out which branch triggered a build process in Jenkins? I am using the Jenkins GitHub plugin and GitHub Webhooks. Instead of setting up a CI Job for each Branch I want to ...
0
votes
2answers
505 views

Jenkins giving error while cloning from gitHub

I am new to Jenkins, i am getting follwing error while cloning repository from GITHUB. I tried to search all relevant issues here but could find exact stacktstrace with answers. I am trying to ...
2
votes
1answer
867 views

Jenkins pulling source code from GitHub private repo

I'm trying to set Jenkins up for my project in my server I uploaded my build script in GitHub private repo. I've established a SSH key, and deployed it through GitHub. But when I try to build, ...
1
vote
1answer
357 views

Jenkins Github oAuth 404 error in callback

i am trying to use Jenkins' Github oAuth plugin (https://wiki.jenkins-ci.org/display/JENKINS/Github+OAuth+Plugin) Name: Name of app URL: http://server:8080 Cacllback: ...
0
votes
2answers
93 views

Continous Integration with two repos that are inter-dependant

I have two 'components' in my system, "weather service" and "weather consumer". Weather-server is re-written to offer the temperature REST URI. The weather server is in the github repo. Weather ...
5
votes
2answers
2k views

Jenkins & Github not using SSH Key

I've setup Jenkins to pull from a private repository on Github for a specific job. It appears the SSH key is not being used by Jenkins, despite the fact that I have generated a private/public key and ...
3
votes
2answers
2k views

Jenkins Build Using Git with Deploy Key

I added the git plugin to Jenkins. I've generated a public key as the jenkins user on the build server. I added this key as a Deploy Key to github. I've added the global git properties with the ...
0
votes
2answers
80 views

As part of development, I am committing to github and pulling down and executing elsewhere. It feels wrong

I have a standard-ish setup. Call it three servers - www, app and db, all fed from fabric scripts, and the whole on github. I have a local laptop with the repo clone. I change a file locally, and ...
0
votes
1answer
493 views

Jenkins GitHub Clone Permission Denied

When running the job to clone my devel branch of my repo in Jenkins, I get the following error: stderr: Permission denied (publickey). fatal: The remote end hung up unexpectedly I'm running Jenkins ...
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 ...
2
votes
3answers
1k views

GitHub Organization Repo + Jenkins (GitHub Plugin) integration

I have an organization on GitHub with private repositories. I also have Jenkins set up running on port 8080 on a server, with the GitHub plugin installed. I've created an account on GitHub for my ...
11
votes
2answers
2k views

How to trigger a Jenkins build when a push is made to a private github repository

My Jenkins Continuous Integration Server is on running on a Ubuntu host, configured as follows: Jenkins v 1.463 github-api 1.23 Jenkins GIT plugin 1.1.18 GitHub plugin 1.2 Polling SCM works. This ...
3
votes
1answer
3k views

Permission denied (public key) during fetch from GitHub with Jenkins user on Ubuntu

Here is my setup: Jenkins is running on my linux machine as 'jenkins' user. I have generated a ssh key-pair as described in Linux - Setup Git, for the 'jenkins' user. When I sudo su jenkins and try ...
3
votes
2answers
2k views

Jenkins linking to my local git repository

I'm new to Jenkins and git too. I created a remote repository at github.com and made a local copy of it. Then I want to link it through Jenkins. I installed needed plugins for git integration, but I ...
5
votes
3answers
3k views

EC2/AWS, Jenkins, Git, SSH

[Update2] So is it OK that when I run git from the CLI it prompts me for the password? I am able to access the github servers with the passphrase for the ssh private key, but I am never prompted for ...
1
vote
1answer
506 views

How do jenkins, Github and Puppet interact

First I should disclose I only manage vendor relationships and lack deep technical knowledge. I just had a conference call with one of our sub-contractors who has asked me to sign off on a PO for 4 ...
12
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 ...
1
vote
1answer
470 views

Jenkins with Github and OAuth Stuck in Redirect Loop on Login

I have successfully set up Jenkins to pull from my private github repo and build my project, run tests, etc. What I want to do now is automatically build when I push to master. I have installed the ...
0
votes
1answer
870 views

Pushing/committing with the Jenkins git plugin: #Not on any branch (GitHub repo)

I am using the Git Plugin of Jenkins and have a Job that needs to commit and push some changes. The git repository I am using is hosted on GitHub. Bear with me, I am somewhat new to git. However, ...
2
votes
1answer
2k views

Run tests in Jenkins automatically after each commit (change)

I an using jenkins and I would like my tests to run automatically after each commit. I followed the instructions in the following link: ...
3
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 2