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

Jenkins is not reachable if using prefix

I am currently experiencing the problem that Jenkins is not reachable if I start it with a prefix. The prefix is necessary to get Jenkins available under myurl.de/jenkins (instead of myurl.de:8101). My configuration file for apache2…
0
votes
0 answers

Jenkins aws elastic deployment plugin just create a new ec2 on each update

Here is something strange happening when I tries to deploy from Jenkins to Elastic Beanstalk , you can check my previous question for more clarity.…
user29578
  • 101
  • 2
0
votes
2 answers

Jenkins server was unresponsive because of a process called ./var/lib/jenkins/owksvbmS?

Killing these processes made the server respond as normal ... again. So what were these processes doing, how can this be avoided in future? ubuntu@ip-172-16-0-150:~$ ps aux | grep owksvbmS jenkins 10873 0.0 0.0 23172 496 ? Ss 01:22 …
0
votes
1 answer

jenkins, sonar reverse proxy

I am trying to get jenkins (on /), sonar (on /sonar) and nexus (on /nexus) up and running. They seem to work except for Jenkins giving me the old It appears that your reverse proxy set up is broken. I don't understand why. I am missing something and…
bobK
  • 111
  • 5
0
votes
1 answer

TomCat Page Instead of Jenkins

I've just installed Jenkins on my Ubuntu 15.04. The installation was using 'apt-get' command which ended successfully. But now when I browse 'http://localhost:8080' or 'http://localhost:8080/jenkins' nothing worked. Just tomcat server's page is…
Khuram
  • 101
  • 2
  • 11
0
votes
2 answers

Launch job from remote to secured jenkins

i need lauch a job in a secuered jenkins from remote, i have tried with api token, instead launching job it show a jenkins login page. The URL that i use is: http://user:api_token@server_jenkins:8080/job/name_build/build?delay=0sec Thanks
stecog
  • 985
  • 5
  • 11
  • 21
0
votes
1 answer

How do I get Jenkins to correctly map the user's display name and email address?

I have a Jenkins instance connected to a directory service for authentication. I configured the display name and email attributes. I have a build checking out a Subversion repository over HTTP (via Apache), which authenticates with the same LDAP. I…
Anthony Mastrean
  • 441
  • 1
  • 8
  • 18
0
votes
2 answers

Why is Jenkins making temp files that are binaries?

I have an installation of Jenkins on my server I use for continuous integration of a beta website. The configuration is pretty simple, I just use the proper directory in /var/www/ as the workspace, and Git with the Git plugin for source control. I…
ConnorJC
  • 939
  • 1
  • 8
  • 20
0
votes
1 answer

java - how to limit sending email by 3rd party tools?

I have a (Win2008 R2) box running the Jenkins continuous integration server. It's a java program running as a Windows service. The command line looks like this: > "C:\Program Files (x86)\Jenkins\jre\bin\java.exe" -jar "C:\Program Files…
0
votes
1 answer

Jenkins behind SSL, my case not going through

I used to use these statemets to put Jenkins behind reverse proxy for TLS in previous previous job. But somehow these are't working anymore. (Update: I'm keep on struggling but I realized that last time these worked, I was on CentOS/AmazonLMI 6…
user192756
0
votes
1 answer

Which Certificate Store does Jenkins service use in Windows?

Some of my VS projects require manifest signing certificates to build. If I install them in my user account's Personal directory, then msbuild completes successfully from the command line. If I then reconfigure the Jenkins service to log in as my…
Armand
  • 133
  • 1
  • 6
0
votes
0 answers

Jenkins AD Auth with extended User search base

I’m trying to use a fairly large Active Directory instance to authenticate Users with Jenkins. This works quite well with the following…
janaurka
  • 21
  • 1
0
votes
1 answer

Docker jenkins image SSH keys GitHub

I have downloaded the official docker jenkins image and installed Git+GitHub plugin for Jenkins. In the credentials menu I add the public key of my regular GitHub user (did not generate new) and in the build configuration I specify the git url.…
H.Rabiee
  • 111
  • 1
  • 6
0
votes
1 answer

How to configure HAProxy to pass though unencoded URL to Jenkins backend?

I have HAProxy configured to terminate SSL connections for a Jenkins CI server, proxying to the Jenkins CI server backend over plain ol' HTTP. I can successfully perform [thus far] all of the operations I need to in the Jenkins CI server web…
0
votes
1 answer

Chef / Vagrant - Kitchen cant connect to Update Jenkins

Iam getting crazy with Chef, Vagrant and Test-Kitchen. We have an customized Jenkins Cookbook, it works on "normal" Clients without Cooperate Network Proxys, but fails behind with the following error. - create new file…
opHASnoNAME
  • 645
  • 2
  • 7
  • 18