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

Chef cookbook continuous deployment

I'm trying to integrate my chef workflow to my usual continuous integration/deployment workflows. I managed already to have a jenkins task which checks out the git repo and runs foodcritic but i can't figure out the last step: to push to cookbook to…
Philipp
  • 116
  • 4
2
votes
0 answers

TeamCity (or Jenkins) with Cluster/Replicated servers

We use Team City 7 for Continuous Intergration. Sometimes I need to bring down the server for maintenance which stirs up complaints. Is anyone using a cluster for these types of servers where there is one database instance, but perhaps a failover…
user160910
2
votes
4 answers

Start-BitsTransfer Works when triggered manually from powershell but not using a windows service

I'm using BITS to transfer file from one windows 2008 R2 server to the other. When I run the command manually from powershell or regular command line it works perfectly. Now when I use the same command as part of a build script in Jenkins it fails…
newbie
  • 763
  • 1
  • 10
  • 12
2
votes
1 answer

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 failed org.acegisecurity.BadCredentialsException:…
Jake1164
  • 51
  • 1
  • 11
2
votes
2 answers

How can I make Jenkins inaccessible to the outside world?

On a development server, I have installed the tool Jenkins for automated testing. This runs on port 8080. If I go to www.mysite.com:8080 I can see the command panel for this. I want to make this inaccessible to the outside world by password…
celenius
  • 273
  • 1
  • 4
  • 17
2
votes
0 answers

Simple SVN post-commit hook for Jenkins on Windows Server 2008

I have VisualSVN Server holding several repos with PHP applications on Windows Server 2008 machine. I need to figure out how to deploy PHP scripts to production machines (2 Windows servers + 1 Linux/Apache), preferably NOT by setting local repos on…
tap3ah
  • 21
  • 2
2
votes
2 answers

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 the build if this script fails. Is it possible to…
Gary Willoughby
  • 102
  • 2
  • 11
2
votes
1 answer

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 ssh keys,uploading them in BitBucket,performing…
Claus
  • 133
  • 6
2
votes
1 answer

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 to pull it up on a browser using any port for…
kratos
  • 131
  • 1
  • 8
2
votes
3 answers

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 anyone clear about how this can be done with…
Slamice
  • 123
  • 1
  • 4
2
votes
2 answers

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 to be accessed remotely is on the Mac. I succeeded…
2
votes
1 answer

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 the message: Cannot start service from the…
Geo
  • 157
  • 7
2
votes
2 answers

Got the error org.apache.commons.jelly.JellyTagException while starting jenkins

I tryed to start jenkins but got the error "org.apache.commons.jelly.JellyTagException: jar:file:/var/run/jenkins/war/WEB-INF/lib/jenkins-core-1.413.jar!/lib/layout/layout.jelly:130:53: java.lang.StackOverflowError"
Fernando André
  • 129
  • 1
  • 8
2
votes
3 answers

How can I start a hudson job using Python?

I need to start a hudson job from python, and then wait for it to complete. This pages suggests a Python API, where can I find further information on this? http://wiki.hudson-ci.org/display/HUDSON/Remote+access+API
chickeninabiscuit
  • 1,104
  • 6
  • 20
  • 33
2
votes
1 answer

Jenkins pipelines do not resume properly after Jenkins restart

Issue Summary: Jenkins LTS + The Durable Task plugin does not properly resume a pipeline job if the Jenkins service is restarted during the task run. This is a regression in Jenkins 2.3x and seems to coincide with the migration to systemd (it used…
Rino Bino
  • 511
  • 5
  • 21