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
0
votes
0 answers

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 [.../some.exe ] ... AllowDesktopAccess…
Nux
  • 571
  • 3
  • 12
  • 21
0
votes
2 answers

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. The problem is that inside the network I have to…
Giuseppe
  • 103
  • 1
  • 4
0
votes
1 answer

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 the new source files. What I like to do now, it…
Tom Naessens
  • 133
  • 1
  • 7
0
votes
2 answers

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 projects we have. Now this new instance has a major…
Stefan Seidel
  • 722
  • 1
  • 8
  • 20
0
votes
1 answer

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'; #print '<<>>'; my ($port,…
MangeshBiradar
  • 1,820
  • 4
  • 16
  • 17
0
votes
1 answer

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 master branch in gitlab, Jenkins will push that…
Oli
  • 418
  • 4
  • 15
0
votes
1 answer

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 4.4.3, Sonar 3.2.1, Jenkins 1.473, etc) all…
Logan
  • 141
  • 7
0
votes
3 answers

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 which dies with the error sudo: sorry, you must have…
Dave
  • 89
  • 1
  • 3
  • 5
0
votes
2 answers

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) I still get.... Building in workspace…
David
  • 163
  • 1
  • 1
  • 6
0
votes
1 answer

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 page. It's only for one user account so I don't…
David
  • 163
  • 1
  • 1
  • 6
0
votes
1 answer

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 10 Jun 2012 16:24:06 winstone.Logger…
jackweirdy
  • 293
  • 2
  • 10
0
votes
1 answer

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 to have declared itself the root app. Browsing to…
rams
  • 247
  • 3
  • 10
0
votes
1 answer

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 client version 2.7.1 info: Caching catalog for…
Jas
  • 701
  • 4
  • 13
  • 23
0
votes
1 answer

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 I can log out or execute other scripts when on…
Jeff Ancel
  • 135
  • 2
  • 6
0
votes
1 answer

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 figure out ho - is it possible to install rvm for…
Alicia Cozine
  • 33
  • 1
  • 4