Questions tagged [jenkins]

Jenkins is an extendable open source continuous integration server

It is built in Java and has many plugins to support,build and test projects.

More info on the official website.

654 questions
3
votes
2 answers

Make Jenkins use a subdomain without 8080 port behind apache2

I’m failing at redirecting my Jenkins to use my subdomain (build.core-network.us) and not require :8080 port slapped behind it. I’m on Debian Wheezy. I use Apache (proxy and proxy_http are installed) and this is my…
ridddle
  • 31
  • 1
  • 3
3
votes
4 answers

Varnish on 80, nginx on 8080, on which port to put jenkins?

On my staging server, I have Varnish + Nginx. They are on port 80 and 8080. Given that I have to install jenkins, on which port I have to bind it ? (which is usually 8080 but it's already taken)
Tristan
  • 498
  • 2
  • 9
  • 27
3
votes
2 answers

Jenkins - Source Code Management, credential error

I have a repo on Bitbucket I'm trying to connect to my Jenkins instance. Not taking the SSH key approach here but plain id/password since communications will take place in SSL. (1) I double checked the id/password on both BitBucket and on Jenkins…
user192756
3
votes
1 answer

Use Master/Slave Jenkins Server vs maintaining 3 separate servers?

Background: I'm a SW developer who has some experience configuring continuous integration solutions, but I am not very familiar with the pluses and minuses of certain continuous integration strategies, and would like advice as to the benefits and…
CrimsonX
  • 133
  • 1
  • 4
3
votes
1 answer

Permissions for Jenkins to allow post-receive hooks, yet block anonymous users

I'm trying to disable Anonymous access to our Jenkins installation, but still allow Codebase Git to perform post-receive hooks to post to Jenkins, to allow it to trigger a build. We're using Matrix-based security, and have allowed only the following…
Josef van Niekerk
  • 511
  • 4
  • 8
  • 15
3
votes
2 answers

Failed to connect to repository - 401 on Jenkins + Codebase Git

I'm trying to get Jenkins to use Git as our SCM, and setting it up is being a bit of a pain. When specifying the Codebase Git repo to use, using the following format: https://our.domain.com/repository/repository.git I get the following error from…
Josef van Niekerk
  • 511
  • 4
  • 8
  • 15
3
votes
2 answers

bulk size text parameters in jenkins report error

I have a build with a text parameters in Jenkins, when I input big data into text area and try to build, it comes [TEST-save_txt_to_file] $ /bin/sh -xe /tmp/hudson3834163952953567847.sh FATAL: command execution failed java.io.IOException: Cannot…
valpa
  • 319
  • 9
  • 15
3
votes
1 answer

"remote file operation failed" on remote UNIX slaves since upgrading to Jenkins 1.502

Since upgrading to Jenkins 1.502, any jobs using git on remote UNIX slaves launched by SSH fail with hudson.util.IOException2: remote file operation failed: /var/ciworkspaces/web/workspace/DFT.BA Live at hudson.remoting.Channel@14930f2a:web-pampas …
user80776
3
votes
2 answers

ulimit not reflected for jenkins slave

Problem Got java.io.IOException: Too many open files in solr indexing through jenkins. Did some googling and found we have to set the ulimit for the box in where we are running the job. So set the ulimit in a linux box with spec Linux x86_64…
raksja
  • 191
  • 1
  • 2
  • 8
3
votes
3 answers

Apache as reverse-proxy for tomcat (running jenkins)

I have set up apache to work as a reverse proxy to tomcat that is running jenkins-CI. I can access the site from outside fine, except when I log in to jenkins, it redirects to my lan-hostname, and it of course it fails outside my network. After that…
Esa Varemo
  • 581
  • 3
  • 8
  • 21
3
votes
0 answers

Jenkins - Project based authorization and LDAP

Does anybody know if the Project-based Matrix Authorization Strategy is supposed to work with LDAP integration? There are several closed bug reports on JENKINS-2324 that say users don't need to have global read access and they can still get in to…
quickshiftin
  • 2,125
  • 5
  • 27
  • 41
3
votes
4 answers

Installing Jenkins with Puppet fails to import GPG key

I'm trying to install Jenkins with Puppet using the manifests below. # init.pp class jenkins { include jenkins::install, jenkins::service } # service.pp class jenkins::service { service { "jenkins": ensure …
michaeltwofish
  • 209
  • 4
  • 11
3
votes
1 answer

Seeking clean resolution for zombie who caused by git fetch / ubuntu motd

I have jenkins and gitosis running on the same [Ubuntu 10.04] server. Jenkins fetches git commits from a repo served by gitosis (also running on the same server). Many repos, actually, since there are many jobs in Jenkins. Every now and then I end…
Adam Monsen
  • 725
  • 1
  • 7
  • 24
3
votes
1 answer

Setting up Github post-receive webhook with private Jenkins and private repo

I'm trying to set up a private GitHub project to send a post-receive request to a private Jenkins instance to trigger a project build on branch push. Using latest Jenkins with the GitHub plugin. I believe I set up everything correctly on the Jenkins…
Joseph S.
  • 171
  • 1
  • 2
  • 4
3
votes
1 answer

Running Hudson builds with a lower process priority

At my office we have an older server running Hudson (1.395) and a collection of other things (JIRA and SVN being the important two). When Husdon is running builds, the slowdown on the server is very noticeable. I've been trying to find a way to…
MBCook
  • 165
  • 1
  • 6