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
1 answer

Active Directory authentication without Kerberos?

A friend of my has a Linux machine hosting Jenkins and a Windows 2008 Domain Controller. He uses Active Directory authentication in Jenkins and only specified the domain name and domain controller in the Jenkins configuration. All user can use their…
1
vote
1 answer

How leave Jenkins running remotely on the server?

I am running as follows Jenkins on my server: $> labes@labes-jenkins:~/jenkins$ java -jar jenkins-1.622.war But when I unplug my machine the application of jenkins goes down, as I do to get the application running at the same end my SSH…
ricardoramos
  • 119
  • 4
1
vote
0 answers

Jenkins Tomcat Ubuntu - hudson/WebAppMain : Unsupported major.minor version 51.0

The title sums the setup. I know the Error means the Java versions does not match, between the one tomcat is using and the one Jenkins is compiled. If I run java -version I get: java version "1.7.0_80" If I run javac -version I get: 1.7.0_80 I do…
TacB0sS
  • 111
  • 4
1
vote
1 answer

Jenkins CI Server filled up disk space

Today I realized, that my server did not send a logcheck mail, like it should do every night. I logged into my box with ssh and the first commands I typed returned no disk space left. The administration panel of my hoster (Virtuozzo power panel)…
javahippie
  • 121
  • 7
1
vote
0 answers

Jenkins stalls on startup launching slave via ssh

I'm not sure how to go about debugging this issue. Jenkins on restarts takes forever and from the logs I can see that its sitting trying to launch the slave 06/25/15 14:03:34] SSH Launch of Slave1 on dom-jenkins-sl1.cloud.dev.phx3.gdg failed in…
devshorts
  • 111
  • 4
1
vote
0 answers

How to use mod_proxy to proxy one call to multiple endpoints?

We are in the process of migrating jobs from an old Jenkins CI server to a newly built one. In the meantime most of the repositories on our Git server (Stash) are configured to invoke a git-hook on the old server using a DNS alias, "jenkins." Once…
1
vote
1 answer

Jenkins server not opening ports for slave connection

I'm using Bitnami Jenkins virtual image with VMWare. I'm getting a ConnectException Connection timed out to my Jenkins server when I try to connect a web start slave. I can access the Jenkins server from a web browser (port 80). Using nmap on the…
illumi
  • 21
  • 5
1
vote
2 answers

Locking down Jenkins on port 8080

My colleague has installed Jenkins on one of our test servers. When I access the server ip and port 8080, Jenkins is running i.e. 99.999.999.999:8080 I want to lock down the Jenkins application to the outside world and only have it available from…
Stephen
  • 205
  • 1
  • 4
  • 11
1
vote
2 answers

Jenkins unreachable at port 8080

I'm setting up Jenkins for the first time. HTTP ERROR: 503 Problem accessing /. Reason: Service Unavailable I turned off firewalld. The jenkins came from the official jenkins yum repo. java version "1.7.0_79" OpenJDK Runtime Environment…
mr.zog
  • 923
  • 3
  • 20
  • 39
1
vote
2 answers

how to configure jenkins via chefzero vagrant provisioner

using the jenkins cookbook 2.2.2 ==> https://supermarket.chef.io/cookbooks/jenkins i can bring up jenkins in vagrant vm using chef_zero provisioner with chef.run_list = [ 'recipe[jenkins::master]', ] however, i am trying to install…
nandoP
  • 2,021
  • 14
  • 15
1
vote
0 answers

one login for jenkins and auto login to SVN url in jenkins

I have a Jenkins job and I restricted access to user only to build an read. When we create a job we will give login credentials to SVN and dependency path URL's like Nexus etc. When I create a job I will remove all the credentials of mine as admin…
user282987
  • 11
  • 1
1
vote
3 answers

How to increase heap size for ws_ant.sh when deploying on WebSphere 8.5 (64-bit Linux)

TL;DR -- How do I give ws_ant.sh and/or the task more heap at runtime? I am attempting to deploy a relatively large (~160-MB) EAR file to WebSphere 8.5 running on a 64-bit Linux platform. Here is the task I have in my…
PattMauler
  • 111
  • 1
  • 6
1
vote
1 answer

iptables can't NAT multiple IP addresses

I have a server with two network adaptors: eth0 and eth1. This server is running two distinct https webservers: One is listening on eth0 (172.29.49.112:8443) The other is listening on eth1 (172.29.49.113:4443) I have NAT rules for iptables that…
Kirin
  • 21
  • 4
1
vote
0 answers

problems triggering a build in Jenkins with bitbucket-plugin

I installed Jenkins using Turnkey-Linux Jenkins-VM, running in a virtual server environment (Windows host in Virtualbox) with a local private IP address and operating on port 80. The development team and I are all remote, so we need to have Jenkins…
SiKing
  • 69
  • 6
1
vote
1 answer

Jenkins hangs when trying to start Selenium Server

I am trying to run a test suite using Jenkins and to start the Selenium Server. In the job configuration, as a build step I have included: When the command is executed, Jenkins hangs at a certain point and does not continue. + java -jar…
Valentin Despa
  • 143
  • 1
  • 7