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
1
vote
0 answers

Openshift origin - jenkins connection to external servers

I was wondering is it possible to build openshift origin the way where we can provide jenkins software + connection there to our version control server (includes mercurial, subversion, git). In a nutshell can we build those three from external…
1
vote
0 answers

Jenkins freezes my server periodically and randomly

I have a web server running a website. Because I only have one server, I want to install Jenkins on it. I have followed the installing instruction from Jenkin's website, but the first problem I met is that when I start the service using sudo service…
1
vote
1 answer

Jenkins does not restart slaves after idle timeout

I've got Jenkins set up with a master and one EC2 slave. The master is set up with # of executors: 0 The slave is set up with of executors: 2 Stop/Disconnect on Idle Timeout Utilize this node as much as possible When the slave is offline, and a…
Magnar
  • 1,047
  • 2
  • 11
  • 15
1
vote
1 answer

Running jenkins as a different user

I followed http://blog.manula.org/2013/03/running-jenkins-under-different-user-in.html to run Jenkins under my own user account, because its default system user doesn't have permission to clone from our git repository. However, when I change the…
user1373307
  • 11
  • 1
  • 2
1
vote
2 answers

Load Jenkins config from config.xml

I'm attempting to get my infrastucture defined as code. To do this I've spun up 2 jenkins servers with puppet. I then manually configured one, and copied the working config.xml to the other. Since jenkins has the ability to read in the config.xml…
spuder
  • 1,725
  • 3
  • 26
  • 42
1
vote
1 answer

rpmbuild fails with parenthesis in name

I am building RPMs with maven, triggered by Jenkins. Someone decided it was a good idea to have ( and ) in jenkins job names. This breaks my rpm generation, and it's immediately evident what's wrong from Jenkins console output: [WARNING]…
Jepper
  • 366
  • 1
  • 4
  • 13
1
vote
3 answers

Jenkins has no list of available plugins / can't update

I just installed Jenkins 1.575 on Ubuntu 12.04LTS. When I go to the plugins section to add plugins, nothing shows up. If I go to Advanced and click check now, it just hangs at Updating.... I am running nginx to do a proxy pass for port 80 to port…
riotburn
  • 169
  • 1
  • 2
  • 7
1
vote
0 answers

jenkins build fails with git: stderr: Permission denied (publickey)

I've added the public key from my jenkins user into my github account ssh keys area. It also comes up as used: Added 7 minutes ago — Last used on August 04, 2014 Started by user Aaron Lote Building in workspace…
azz0r
  • 149
  • 3
  • 12
1
vote
1 answer

proxypass /jenkins to port 8080?

Hi I have a VPS running cpanel and it is also running Jenkins on port 8080 I have used proxypass in the Apache config to redirect jenkins.rystuff.net to port 8080 but was wondering if there is a way to redirect rystuff.net/jenkins to port 8080 so…
Ry_dog101
  • 31
  • 2
1
vote
0 answers

Why the result of same squish test suite are different between running locally and running via Jenkins?

Now I'm deploying the auto-test frame for my company, I have several squish Test Suites and Jenkins jobs for these tests. Some of our suites runs well without RDP, but some suites only have expected result while I have a RDP connection, once I…
1
vote
2 answers

Using Jenkins to access mysql files on the same instance

I have a Jenkins installation and running mysql server on the same box. One of my jenkins jobs is supposed to tar up the /var/lib/mysql folder but I get the following error tar: /var/lib/mysql/mysql: Cannot open: Permission denied I have added the…
Paul Sheldrake
  • 537
  • 1
  • 6
  • 14
1
vote
1 answer

Jenkins: LDAP username/email lookup

My Jenkins LDAP configuration works fine for the user login and user details. The user John Doe can login with his username jdoe and his password. His initial user information (user/jdoe/configure) are correct: Your name: John Doe (HR) E-mail…
Sascha Vetter
  • 131
  • 1
  • 7
1
vote
1 answer

publish over ssh jenkins

I have been working on a small project where need to copy files from one windows machine to another through jenkins in a secure way. I have heard about publish over ssh plugin in Jenkins. I tried to set that up but no luck. Did anybody do that and…
Pravish
  • 11
  • 2
1
vote
1 answer

Monit fails Jenkins HTTP test when Jenkins is on subdirectory

I am using Monit to monitor all of my services. The Jenkins process fails its HTTP test when Jenkins has the --prefix=/ci that I need to run it behind Apache. Is there any way to make Monit search an HTTP subdirectory? Why is it failing on the root…
Stephie
  • 113
  • 3
1
vote
2 answers

Cannot FTP from jenkins to remote windows server (using Publish Over FTP Plugin)

I have a filezilla server runnning on a remote windows 7 machine. I have a running jenkins master with a slave installed on debian 7. If I ssh to the debian7 slave and do a ftp/put to the filezilla server I can upload a test.txt file just fine: $…
u123
  • 267
  • 1
  • 8
  • 24