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

Jenkins : Python script with arguments

Note: Never used jenkins before I have a python script that takes in 3 arguments to run. Via a terminal you would use it like this: python script.py arg1 arg2 arg3 I want to create a new jenkins job which basically utilizes this script and runs it…
Beginner
  • 211
  • 2
  • 4
  • 6
2
votes
3 answers

How to use automatic Restart with Jenkins on Systemd

I have Jenkins running on a CentOS7 and it kind of crashes from time to time and I'd like to restart it automatically when this happens. Googleing a bit I've found that on Systemd you can use Restart=on-failure but the problem is that from what I…
daniels
  • 1,205
  • 5
  • 16
  • 26
2
votes
1 answer

Jenkins environment variables in project settings, how?

In a Jenkins project you can set an arbitrary work path. I'd like to specify one below the standard project output path (e.g. workspace/my-project). However, for that I'd need to know the default path or at least the project name. There are a number…
Mike Lischke
  • 133
  • 2
  • 6
2
votes
1 answer

Jenkins with subversion plugin using AD athentication

I'm configuring a Jenkins instance installed as a windows service. In order to download the source code, I would like to use the subversion plugin, but I'm getting an authentication error when I add the credentials (user name/password). The same…
2
votes
0 answers

Migrate latest stable HUDSON to latest stable LTS JENKINS

I am having issues migrating a HUDSON server with several jobs to JENKINS Jenkins claim you can upgrade easily from hudson but also mention it is only for version 1.395 or less…
2
votes
1 answer

Configure Jenkins with LDAP : parameter 'Root DN'

I am installing an LDAP server and configuring Jenkins in order to accept LDAP for authentication. In Jenkins parameters, I have a weird behavior with the parameter Root DN. Documentation says : Root DN For authenticating user and determing the…
Arnaud Denoyelle
  • 413
  • 1
  • 5
  • 6
2
votes
2 answers

how to use bitsadmin.exe (Windows) download file from authenticated Jenkins server

I am aware of using following command to download files from Jenkins server if the workspace is anonymous access: bitsadmin.exe /transfer replica /priority FOREGROUND http://1.1.1.1:8080/job/dump_data/ws/dump_data.zip %WORKSPACE%\dump_data.zip But…
valpa
  • 319
  • 9
  • 15
2
votes
2 answers

Scripting VMWare ESXi from a linux server

I’m attempting to use the VMWare command line interface to mount a datastore ISO file in the CD/DVD drive of a virtual machine. An entry elsewhere on serverfault tells me that ‘vmware-cmd blabla.vmx setconfig ide0:0.fileName cdrom.iso’ ought to do…
RikSaunderson
  • 207
  • 4
  • 13
2
votes
1 answer

Jenkins change log timestamp to 24 hour format

By default, Jenkins' main log contains timestamps like the following: Sep 26, 2014 7:03:00 PM hudson.triggers.SCMTrigger$Runner run INFO: SCM changes detected in main-web-flow. Triggering #613 I would prefer the time to be in 24-hour format, which…
RCross
  • 469
  • 2
  • 6
  • 19
2
votes
2 answers

Jenkins permission denied

I've just installer a new (and first) Jenkins in my openshift account. I selected the manven automativally (from apache, version 3.2.2) install in (jenkins->coinfiguration) .. Then, I created a new job from my own git repository. However, when I…
user242815
  • 21
  • 1
  • 2
2
votes
2 answers

Jenkins and HTTPS: Cannot connect to server

We have a Subversion repository located on an https connection. I am able to connect to it locally (no proxy needed): $ svn ls --username=qazwart --password=swordfish \ …
David W.
  • 391
  • 3
  • 5
  • 15
2
votes
1 answer

Stop Jenkins from modifying known_hosts

I have a Jenkins installation in CentOS 6 where the known hosts file, /var/lib/jenkins/.ssh/known_hosts, is under configuration management. It contains, for instance, a key to a source control host by hostname (suppose its IP is…
Ed I
  • 143
  • 5
2
votes
0 answers

Jenkins errors: java.io.IOException: Unable to delete

I have a Jenkins server on Ubuntu 14.04 on EC2. Recently, the load time of the pages has painfully deteriorated. When I looked at the logs, I have noticed that Jenkins can not delete the links for shortcuts like lastUnsuccessfulBuild and…
Adam Matan
  • 13,194
  • 19
  • 55
  • 75
2
votes
0 answers

Switching from Hudson to Jenkins in mid 2014

We have a Hudson Version 3.1.1 running with multiple plugins installed, and after experiencing multiple problems with some of the plugins and now even in the newest auto-update, we deem it ready to switch to Jenkins finally. Sadly both projects…
Akku
  • 121
  • 3
2
votes
3 answers

Jenkins won't start

I'm using: Jenkins 1.541. Java JDK 7u45 (tried 64 and 32 bit versions). XAMPP 1.8.2 I have downloaded the default MSI installation from http://mirrors.jenkins-ci.org/windows/latest, and I have installed it. Jenkins tries to run the first time,…
Veehmot
  • 161
  • 2
  • 10