Jenkins is an extendable open source continuous integration server
3
votes
1answer
966 views
How to setup user groups based on Active Directory in Jenkins?
Is it possible to create user groups using Active Directory id's and then assign roles in Jenkins? Instead of using Jenkins default user name management?
4
votes
2answers
582 views
Optimal way to build and deploy a website as a .deb package
I've been battling with deploying (mainly PHP) websites as .deb files for some time and wonder if there's a better way than my rather convoluted method. My goal is continuous integration on my staging ...
0
votes
1answer
146 views
Jenkins CI fails to initialise
I've just installed Jenkins-CI on Ubuntu 11.10 as according to the instructions found here, However the service fails to start. The error log shows this:
Running from: /usr/share/jenkins/jenkins.war
...
0
votes
0answers
144 views
automated GUI tests fails when running from Jenkins
Jenkins(master) is installed on the Linux system and runs automated tests on the node slave (Win-XP) via ssh connection.
But all the GUi tests are failed, when GUI tests are running locally(WINXP ...
0
votes
1answer
193 views
How to get to tomcat root after Jenkins install
I was able to successfully install TomCat on my MacMini. http://[localhost]:8080/ took me to the Tomcat home page.
However after I installed Jenkins via the installer (outside of TomCat), it appears ...
0
votes
1answer
177 views
fail to install jenkins with puppet
i'm on a ubuntu machine when i fail to install jenkins with puppet with the following error:
/etc/puppet/modules/jenkins/manifests# puppet agent --no-daemonize --verbose
notice: Starting Puppet ...
2
votes
0answers
61 views
jenkins security settings for multi-tennacy
I am interested in Jenkins for systems administration. (We are not that interested in the building capabilities at this time, even though it is the main use for it) Its ability to chain jobs that ...
1
vote
1answer
399 views
Why is Jenkins not pulling in a browser?
I installed Jenkins on my debian server. It is set on port 8080 and when I try connecting to it nothing happens. I know it is running because when I do:
root@jini01:/etc/default# /etc/init.d/jenkins ...
1
vote
1answer
481 views
Setting up Jenkins and permission issues
I have set up Jenkins on my Mac lion however I am having my share of issues. I am able to connect and download the SVN file repository however as part of my shell build script, I have to do an SVN ...
1
vote
1answer
358 views
Installed Jenkins on a Debian Server and unable to connect on any port
I installed Jenkins on a Debian server and everything seems to have worked fine.
It says Jenkins is running and I am able to start and stop it using (/etc/init.d/jenkins start).
However I am unable ...
3
votes
3answers
666 views
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 ...
-2
votes
2answers
488 views
Installing Jenkins on Arch Linux?
I have done some googling and I cannot figure out how to install Jenkins on Arch Linux. Can anyone give me some step by step instructions?
I have a webserver running already using Nginx, With php-fpm
...
0
votes
0answers
940 views
Jenkins shell command isn't executing
In Jenkins project I add command for executiong
rm /var/www/ru.liveyurist.ru/tmp/*
But when I build project I get error:
Started by user anonymous
Building in workspace /var/www/ru.myproject.ru
...
2
votes
1answer
200 views
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 ...
3
votes
0answers
624 views
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 ...
1
vote
1answer
88 views
how do you revert on svn before doing svn update in Bamboo C.I
How do you revert on svn before doing svn update in Bamboo C.I? I know that this is possible in Jenkins.
2
votes
2answers
987 views
Change standalone Jenkins default URL
Running Jenkins standalone (The WAR file, java -war ./jenkins.war or whatever the command is) listening on a non-standard port. I want to get NGINX to proxy from our HTTPS site /jenkins/ to this ...
4
votes
1answer
2k views
Run shell scripts as root though Jenkins
I have a EC2 instance running. How can I run commands with sudo through Jenkins?
When I try sudo touch /home/ec2-user/foo.bar, I get the following error: sudo: no tty present and no askpass program ...
1
vote
2answers
1k views
Tell Jenkins to run a specific project on a particular slave node
How do I tell Jenkins to run a specific project on a particular slave?
I've set up a Jenkins master node, and a slave node that I want to use for staging an application. But I can't figure out how ...
1
vote
0answers
294 views
Running Hudson builds with a higher nice level
I want to run build jobs in Jenkins with minimal cpu usage. I've tried this:
Created the directory "jenkinsJdk".Jenkins is configured to use this dir as JDK "testJdk". A sample job uses "testJdk" ...
3
votes
1answer
410 views
ForwardAgent in Jenkins
I'm trying to enable ForwardAgent in the "Publish over SSH" Jenkins Plugin. This would allow jenkins to execute deployments, rsyncs and svn+ssh checkouts on remote servers. But there's no option for ...
0
votes
1answer
764 views
Jenkins (JVM) crashes after few minutes after start
Host OS: OpenVZ host
Guest OS: Debian 6.0 minimal
Java: java6 sun
Servlet container: Winstone
Jenkins for debian: http://pkg.jenkins-ci.org/debian/
Jenkins version: 1.449
uname -a: Linux hostname ...
0
votes
0answers
255 views
Jenkins missing SCM options after networking IP change
We recently changed our internal network IPs and I believe this has caused Jenkins to only list "none" under the SCM options in the job config. Previously the jobs were configured to pull from a ...
0
votes
3answers
692 views
Pretested commit with Jenkins?
I got a request from the man upstairs to setup Jenkins for Pretested commit (through a build at Jenkins, if all unit tests and other pass then commit it and build a dist). We're using svn here.
Is ...
1
vote
1answer
1k views
Jenkins reports reverse proxy setup incorrect with Apache using virtual hosts with SNI
I'm setting up a Jenkins server, to run under Tomcat behind Apache. I'm using virtual hosts with SSL using SNI so I can access it at https://jenkins.example.com, and serve something else on, say, ...
0
votes
1answer
292 views
Bash script won't release for Jenkins when calling subscript
I have a script that calls a subscript and attempts to release/disown this script so that Jenkins calling the script can complete successfully. It seems to release the script on the command line, so ...
0
votes
1answer
142 views
rvm for Jenkins under Tomcat 6
I've got Jenkins running under Tomcat 6. It's running as user tomcat6, with a home directory of /usr/share/tomcat6. I would like to install rvm for this user so I can use it for testing, but I can't ...
0
votes
1answer
115 views
Jenkins VM Crashed, now there are no jobs
The VM that was running Jenkins for me crashed, and when I rebooted it there were no Jobs on Jenkins. These weren't terribly complicated scripts, but it did take several hours to write is there any ...
0
votes
1answer
249 views
I cannot access to phpmyadmin after installing Jenkins
to install jenkins, as the instructions I followed says, I had to create this virtual host:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName ci.company.com
ServerAlias ...
1
vote
0answers
230 views
How to fix “SignTool Error: IStore2::Load returned error: 0x80090345”
I have a Jenkins job running the signtool utility on a remote node, the console log looks like so:
Started by user anonymous
Building remotely on vm-builder
[VE] $ cmd /c call "C:\Documents and ...
0
votes
1answer
444 views
Nginx basic http authentication for jenkins
I have installed nginx and made follow host:
server {
listen 80; # Listen on port 80 for IPv4 requests
server_name jenkins.mydomain.ru;
root /var/lib/jenkins;
...
0
votes
1answer
401 views
How do I restart Jetty on a Jenkins slave node?
I am trying to deploy a .war on a Jenkins slave node that is running Jetty using an execute shell build step. To do this I am running the following in my shell command.
/etc/init.d/jetty restart
...
1
vote
1answer
278 views
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 ...
2
votes
0answers
629 views
Jenkins slave fails handshaking on windows
I have a win2k8 machine used as our CI master server (Jenkins)
I have various other servers running as slaves
The master is listening for slave connections on port 2000
SlaveA - can connect to ...
2
votes
3answers
3k views
Jenkins CI - Cannot allocate memory
I tested jenkins-ci successfully on a ubuntu 10.4 (with vmware fusion) on my local computer. Now I want to install and use it on my virtual server at hosteurope. The basic installation was no problem, ...
2
votes
1answer
314 views
Trigger only if build fails
I'm implementing a deployment/rollback procedure using Jenkins 1.430. I would like to configure the deployment and the rollback steps as 2 separate jobs so as to be triggered independently if needed. ...
7
votes
4answers
7k views
How can I check the build status of a Jenkins build from the command line?
In trying to make doing the right thing easy, I'm looking for and making command line tools for our developers.
I'm hoping to find a way that I can check the jenkins build status without switching to ...
4
votes
2answers
3k views
How can I modify a jenkins job configuration programatically without a restart?
Jenkins jobs have config.xml files that store the configuration of that job.
I have a "job manager" job that modifies the configuration of other jobs, but I can't seem to get it to acknowledge the ...
2
votes
2answers
324 views
How to make Hudson write to remote disk?
I have a problem writing to a remote disk using Hudson. When I write in it manually, it works.
The two computers implied: one is on Windows XP and the other is a Mac mini server. The disk that needs ...
1
vote
2answers
436 views
allow anonymous access to the job's config.xml in Jenkins
I want to switch our Jenkins to server to a better machine. The new Jenkins is installed and configured, but without the jobs. I planned to use Jenkins job import plugin in order to import all the ...
1
vote
1answer
477 views
Can I install Jenkins on an unpriviledged account?
I'm trying to test Jenkins and see how it would work for our project. The problem is, there are a lot of policies and restrictions about services on my work computer , and Jenkins fails to start with ...
1
vote
2answers
2k views
Jenkins (Windows Service) with Git over SSH
I'm having a hard time configuring Jenkins, running as a Windows Service, to connect to a git server (gitosis) and clone a repository. Jenkins is set to use the standard Git plugin.
Everything is ...
2
votes
1answer
2k views
Deploying to Tomcat root using Jenkins
Is there any way to deploy my Java application .war file at root on Tomcat 7 server, using the Deploy plugin for Jenkins?
Currently the app gets deployed at http://server/foo/ if it comes in a file ...
4
votes
1answer
549 views
What are the Jenkins/Hudson key files for?
After I have installed Jenkins (on Windows), the program folder contains, among others, two files:
identity.key (28 lines)
-----BEGIN RSA PRIVATE KEY-----
MIIEow......
...
-----END RSA PRIVATE ...
3
votes
1answer
2k views
How to manage groups and users in Jenkins
I'm trying to use role based security plugin in Jenkins, but i'm not sue i am using it right.
I've decided to go with jenkin's own user database as a security realm instead of LDAP. i'm adding the ...
4
votes
2answers
520 views
Jenkins Install, Service Start failure
Trying to install Jenkins as the sole administrator user on Windows 7, with UAC turned off, the following error appears:
Nothing I have tried has been able to fix this, the system installed fine ...
1
vote
1answer
4k views
Jenkins/Hudson - LDAP group *lookup* does not work
I'm trying to get Jenkins to authenticate users via our active directory groups.
If I insert users they are correctly looked up.
If I insert group names, they are not found.
Edit: Through trial ...
1
vote
1answer
653 views
GUI Tests in Hudson (Jenkins) on Windows
I will try to keep this question simple. I've done much research on the topic, and haven't found any solution.
GUI Tests fail when doing maven builds on Hudson (Jenkins). Hudson is running as a ...
1
vote
1answer
431 views
jenkins 1.417 versus Active Directory
I have a brand new installation of Jenkins 1.417 on Ubuntu 11.6, trying to talk to an active directory. I have the Active Directory plugin installed.
If I leave off the base DN and password, the ...
-2
votes
1answer
1k views
Tagging does not work with the Subversion plugin
I am using Jenkins 1.417 with the Subversion plugin. When I am trying to tag a build nothing happens. No message, no error, no tags created.
So, my question is - how to tag builds in Jenkins when ...