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
3 answers

Zero pad BUILD_DISPLAY_NAME

How can I modify the BUILD_DISPLAY_NAME so that is the build number but zero padded? For example, if Jenkins build number is 54, I would like the name to be 00054.
Veehmot
  • 161
  • 2
  • 10
1
vote
1 answer

Can Jenkins CI be monitored with supervisor?

I'm running Jenkins CI on an Ubuntu EC2 micro instance (it's the only thing running). Every so often, OOM killer strikes, which is a real pain (I've already configured jenkins memory usage to a bare minimum). Can I use supervisor (or similar?) to…
robmcvey
  • 133
  • 6
1
vote
1 answer

Maven interfering with Jenkins post build script

I have a Jenkins Maven job that has a post build script written in BASH. Periodically, while the post script is running, it seems like some sort of Maven operation is interfering with the BASH script causing the build to fail. Here's some sample…
quickshiftin
  • 2,125
  • 5
  • 27
  • 41
1
vote
1 answer

Execute virtualbox in LXC ? /dev/vboxnetctl: No such file or directory

I have Jenkins installed in a LXC container. In one Jenkins job, I want to test my project deployment with vagrant + Virtualbox. So, I try to execute VirtualBox in my LXC container. First difficulty, load vbox kernel modules. To fix this first…
1
vote
1 answer

SVN Clients on Windows Server 2008 R2 freeze while attempting to run update/checkout

Here's my setup: I'm running Jenkins as a CI build server on Windows Server 2008 R2 VM. My SVN server is v.1.6.[something] on a Linux server (I'm pretty sure it's CentOS, but I don't know the version). Jenkins' SVN plugin is SVN 1.7. I've also tried…
1
vote
0 answers

Is it possible to view a user's certificate store while signed in as a different user? Windows Server 2008 R2

I'm currently migrating a Jenkins server and I need to install a certificate on the new machine for some of my builds. The problem is I'm not sure on which store to use and no one remembers the password of the account that Jenkins ran under on the…
steve
  • 11
  • 2
1
vote
1 answer

what would be a better practice instead of chmod g+r /etc/shadow so I can use Unix user/group database for Jenkins authentication?

I don't want to run Jenkins as root, nor giving public access (or even group access) to /etc/shadow seems to a good idea. as suggested by "Manage Jenkins" when selecting Linux user/group database: "Either Jenkins needs to run as root or User 'httpd'…
MauricioOtta
  • 162
  • 2
  • 8
1
vote
2 answers

There is a time and/or date difference between the client and server

I am running a Build Job using Jenkins. The Jenkins job executes a command shown below that simply copies a test file from server A to server B. Jenkins resides on Server A and well as the command file. The Servers are running Windows Server 2008…
James Lawruk
  • 617
  • 2
  • 10
  • 18
1
vote
2 answers

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 the SSH connection on its own by logging in to the…
MeatPopsicle
  • 133
  • 1
  • 5
1
vote
1 answer

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 502 error. I can reproduce this by loading the…
ytjohn
  • 417
  • 6
  • 12
1
vote
1 answer

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 way to configure it in /etc/default/jenkins,…
Jonik
  • 2,961
  • 4
  • 38
  • 48
1
vote
1 answer

File Permissions - Service vs Console

We have just setup a new build Windows 2008 R2 server for our Jenkins CI system. Our issue appears to be related to file permissions being different depending on whether a process is a service, or a console process. When logged in as UserX, we can…
1
vote
2 answers

Automating Jenkins module install

Is there any way to automate the install of modules within Jenkins? I'm trying to script/automate the install of my CI box as much as possible. I have just about everything working but at the moment it requires someone go into Jenkins and install…
Noodles
  • 1,386
  • 3
  • 18
  • 29
1
vote
1 answer

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 update. When I do that, I get permission errors and…
Strong Like Bull
  • 273
  • 6
  • 17
1
vote
1 answer

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.
Joyce
  • 135
  • 1
  • 1
  • 4