Jenkins is an extendable open source continuous integration server
1
vote
1answer
170 views
Allow anonymous user to only view job list without browsing workspace in Jenkins
We are running a Jenkins CI. Generally we would like to provide
full access to authenticated users from particular group
full-read access to anonymous users
block anonymous users to access certain ...
1
vote
0answers
167 views
Using GitOAuthPlugin for Jenkins - not working as expected
I need some clarity and maybe a fix.
I'm using this plugin to authorise who views our Jenkins ci server:
https://wiki.jenkins-ci.org/display/JENKINS/Github+OAuth+Plugin
As I understand it anyone ...
1
vote
1answer
421 views
Configuring Jenkins for running with BitBucket
I'm trying to setup Jenkins on my mac mini in order to pull my iOS project source code from BitBucket and build it automatically. I've already gone through the major well know problems generating the ...
1
vote
0answers
145 views
Jenkins builds not showing up in UI
To track changes in a Subversion jar repository, I have a Jenkins job that does a checkout, but no build. This way, anytime someone changes a jar, I get notified via the ext-email plugin.
I came in ...
1
vote
0answers
90 views
Setting up a private multi-project test cloud infrastructure with OpenStack and Jenkins [closed]
I want to deploy a private cloud test infrastructure using OpenStack and Jenkins for multiple projects. I thought of creating a template for OpenStack with one Jenkins installation using as master. ...
1
vote
0answers
243 views
Jenkins - Project based authorization + 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 the Jenkins Jira site that say users don't need ...
1
vote
3answers
1k views
How to access Jenkins remotely on Ubuntu 12.04 server?
I have installed Jenkins and opened port 8080 on Ubuntu 12.04 server but still can't access Jenkins remotely. Below is the procedures I took.
# Install Jenkins, enable UFW and open port 8080
sudo ...
1
vote
1answer
691 views
How to make Jenkins CI use Local time instead of UTC on debian squeeze
I have a Jenkins-ci installation on a debian squeeze.
Current default time zone: 'America/Toronto'
Local time is now: Mon Jul 9 16:00:57 EDT 2012.
Universal Time is now: Mon Jul 9 20:00:57 ...
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
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" ...
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 ...
1
vote
0answers
166 views
hudson/jenkins: help needed to get started with customization work
I'm would to customize jenkins by adding links to the left hand side panel and use the pages associated with these links to serve some custom content in place of the jobs/views table displayed by ...
0
votes
1answer
135 views
Perl script which returns multiple exit codes
I have a Perl script that executes another Perl script inside it:
#!/usr/bin/perl
use strict;
use warnings;
use Getopt::Long qw(:config no_ignore_case bundling_override);
no warnings 'uninitialized';
...
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 ...
0
votes
2answers
44 views
Access to Local Server with external domain name
I have created a simple server in my office LAN. The server can be reached from outside the network: I have configured NAT on pppoe interface to route correctly the packets into the correct local IP.
...
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 ...
0
votes
1answer
466 views
How can I get Jenkins/Hudson to preserve file permissions?
I have an file in my Hudson workspace which has permissions of 777. It's listed under "Files to archive", and appears under "Last Successful Artifacts" on the Project page. If I right-click-save it, ...
0
votes
2answers
114 views
Jenkins SVN checkout borks new files
I am running a Jenkins CI server which polls an SVN server and checks out the (Maven) project and builds it.
We have recently changed the build server and I set up Jenkins afresh with the few ...
0
votes
1answer
202 views
How do you grant Sonar access to Jira through Crowd?
My Jenkins build calls a Sonar task that pulls from Jira the results of a saved filter. The problem I have is that Sonar's request is always denied. I have a fairly complex cluster of machines (Jira ...
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
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
23 views
Jenkins on Debian not accessible via Browser
I installed Jenkins on a remote server running Debian 6.0.6 with a ready-to-use Apache 2 instance by using the following instructions:
wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key ...
0
votes
1answer
28 views
Executing cURL upon Git Push
I'm very new to running a Git server, and I needed to trigger a Jenkins build upon pushing to Git.
A tutorial says to do this command:
curl http://[jenkins]/git/notifyCommit?url=[job]
but it ...
0
votes
1answer
36 views
Starting a forever process in a Jenkins build step?
I'm running a shell command at the end of a Jenkins deployment to restart a forever script:
npm install && forever stop app.js && forever start -a -l /var/log/forever.log app.js
...
0
votes
1answer
99 views
SSH key based authentication working intermittently
We have a dev server running jenkins with various jobs that run shell scripts that connect to our live server via SSH (using key-based authentication).
This doesn't seem to work reliably.
If I test ...
0
votes
1answer
80 views
Running Jenkins standalone vs within Tomcat
What things should be considered when deciding between running Jenkins standalone or within Tomcat? We would prefer to not have to use Tomcat because there's no other applications on this server ...
0
votes
1answer
49 views
How can you add a command line test to Jenkins that reads the exit code?
I want to add a command line script to Jenkins as part of the build process. This command line script will exit with an error code of 0 if things where successful or 666 if it fails. I wish to stop ...
0
votes
2answers
584 views
Running a command through a tty without commenting out “requiretty”
I'm running the latest version of Jenkins on CentOS. In my Jenkins job, I can run post build steps, and included this command,
sudo /bin/rm /usr/java/jboss/server/default/deploy/myclient-1.0.war
...
0
votes
2answers
334 views
Configuring jenkins with bitbucket error
I've got an ssh key in ~/.ssh/id_rsa.pub when I login as the jenkins user.
I've imported this into bitbucket correctly and it has accepted the key.
When I try to do a git clone (to the correct URL) ...
0
votes
1answer
48 views
Apache2 require login before presenting page of Jenkins
I'm using Apache2 to proxy Jenkins to port 80 on my server. The problem is, this server is open to the world so I want to set some sort of authentication so you have to login to get to the Jenkins ...
0
votes
2answers
1k views
Permission denied when using Jenkins to run commands
I'm using a Jenkins job to execute some shell commands where directories and files need to be created but I get a Permission Denied error. I'm running Jenkins as a daemon (followed this tutorial from ...
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
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
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
...
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
3answers
1k views
HUDSON: how to manually encode the LDAP managerPassword?
I need to know how to manually encode the LDAP managerPassword which controls the authentication to hudson:
<securityRealm class="hudson.security.LDAPSecurityRealm">
...
0
votes
1answer
771 views
Jenkins server returns 500 error
Having just installed jenkins on a debian 64bits lenny distro I started the
server but when I connect to it I get the error:
Status Code: 500
Exception: The error below occurred during context ...
0
votes
1answer
15 views
centos install java openjdk for jenkins
I have an issue with a VPS, centos, thats running WHM as the container. I need to run open-jdk to get jenkins ci going, but the issue is that oracle's java keeps popping up. From a server restart:
...
0
votes
0answers
18 views
Jenkins Active Directory More Secure Authentication Method Required
While trying to activate security on a Windows 2008 R2 hosted Jenkins Version 1.514 with the Active Directory plugin version 1.33 I get the following error while trying to logon:
INFO: Login attempt ...
0
votes
0answers
26 views
can't install jenkins on centOS
I am trying to install jenkins on centOS but am having difficulties. When I start jenkins with:
$sudo service jenkins start
It returns ok and all my domains are up and running. But when I try to ...
0
votes
0answers
16 views
multiple jdks on jenkins causes build hanging
I am using server2008 r2, I have set up all of the configurations for java 1.6 to be automatically installed when it is targeted in a build. When I create a test job, and build it, I get the following ...
0
votes
1answer
35 views
How to setup FreeSSHd with Jenkins?
I have Jenkins on CentOS and want to run commands remotely on Windows 7. I managed to set it up for transferring files but when executing commands I always get:
SSH: EXEC: STDOUT/STDERR from command ...
0
votes
0answers
34 views
Qnap NAS TS-419 PII - no space on volume - installing jenkins
I am trying to get a jenkins server running on my nas.
I installed java on my qnap TS 419 PII following this blog post: http://minimserver.com/install-qnap.html
after this i tried to install ...
0
votes
1answer
26 views
Jenkins post-test action when test succeeds: pull changes and restart play server
I currently have a server, running a Play Framework instance. The source code of this Play website is located into a GitHub repository. When the repo gets changed, it pokes Jenkins to pull and test ...
0
votes
1answer
111 views
Apache ReverseProxy 502 to local jenkins process
I have apache listening on port 443 running https and performing a ProxyPass back to a standalone jenkins process on the same server.
The bulk of the time, this works fine, but it often produces a ...
0
votes
1answer
116 views
How to configure Jenkins deployment path on Ubuntu?
With default Ubuntu/Debian installation of Jenkins, is there an easy way to change the deployment path? I'd like Jenkins to be available somewhere like http://localhost:8090/foobar
I'm looking for a ...
0
votes
0answers
52 views
High load with multiple java applications on one tomcat?
I have installed Java and Tomcat with Jenkins on a CentOS 5.
Everything works fine.
The issue is when I make another Jenkins installation on the same server, it causes unexpected High Loads.
If I ...
0
votes
1answer
347 views
gitlab push to master jenkins trigger
I have jenkins and gitlab set up and working. I am using gitlab as the version control system for our puppet environment. What I would like to achieve is when I push changes from a git client to the ...
0
votes
0answers
49 views
jenkins javaopts memory configuration
Could someone tell what is the syntax to edit the config.xml of Jenkins in order to limit the memory use?
I would like to add these parameters: -xmx64m -xms64m -XX:MaxPermSize=64m.
0
votes
1answer
138 views
Creating a Jenkins build farm in a hands-off manner?
My colleague and I have set up and run Jenkins on a KVM guest running Ubuntu 12.04 with good results for a while now. We are thinking about deploying a cluster of Jenkins CI hosts in master/slave ...


