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

Choosing the post-build server based on variable value

I have two server as a target machines: dev and production. They're both connected to the Jenkins by "Publish over SSH" plugin. And now I want to choose which one is being used for a target. But in project configuration, the only thing I can do with…
eRIZ
  • 220
  • 2
  • 10
0
votes
1 answer

Tomcat localhost page showing HTTP500 but I can access the 'sample' war / app but no others - Jenkins installed

I'm trying to set up my server properly so that I can run servlets on it with the help from Jenkins. Within the webapps folder are two war files. One for jenkins and one for the sample from apache. Both work fine but when trying to access…
null
  • 139
  • 2
  • 10
0
votes
1 answer

Setting up Artifactory and Jenkins behind Apache

I currently have it that Artifactory can be accessed at http://localhost:8081/artifactory and Jenkins can be accessed at http://localhost:8080/jenkins/ What I would like is for Jenkins and Artifactory to be accessed via…
Tim Sparg
  • 103
  • 3
0
votes
2 answers

Cloudformation Add Instance to Security Group in Different Region

I have a Cloudformation stack that I create through Jenkins in various Regions. I have a Chef server in one Region with a separate security group. I need new instances created via Cloudformation to register/be created and add themselves to the Chef…
Publiccert
  • 1,112
  • 1
  • 8
  • 22
0
votes
1 answer

Can't get to Jenkins Server from a particular PC

We have a Tomcat application server on buildl02 on our site. This Tomcat instance is running both Jenkins and Sventon. When I type in the address for Jenkins http://buildl02.tcprod.local/jenkins, I get a dialog box that says Internet Explorer…
David W.
  • 391
  • 3
  • 5
  • 15
0
votes
1 answer

separate code and configuration in Jenkins

I was using home build deployment system, but want to move to Jenkins. One problem is that I do not keep app configuration in revision control system for security reasons. What could be a solution to assemble code and configuration for deployment?
Kazimieras Aliulis
  • 2,324
  • 2
  • 26
  • 46
0
votes
1 answer

Jenkins shows same information for all projects

I've been using Jenkins for the last month or so and what started out as a small issue has gotten worse and worse. I have 10 projects in Jenkins, all polling from different Git repos and building to different environments but they all show the same…
0
votes
2 answers

Setting jenkins CI behind apache

I am trying to set-up jenkins behind apache2 (Both fresh install with the package manager) OS used : ubuntu 12.04 LTS Actually I am setting up a couple services behind this Apache. First is artifactory. Here my site file
drgn
  • 101
  • 1
  • 2
0
votes
3 answers

How do I install g++ on jenkins?

I am very new to Jenkins, but given I see the following error: CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name when trying to run a unittest with cmake on…
Alex
  • 105
  • 1
  • 2
  • 12
0
votes
1 answer

"Manage Jenkins" sub-site cannot be accessed

With the help of apt-get, I installed Jenkins version 1.447.2+dfsg-3. I managed to put the jenkins.war under the directory /var/lib/tomcat7/webapps. When I connect to http://localhost:8080/jenkins, I get the dashboard homepage. I also access all…
PWillms
  • 101
  • 1
0
votes
1 answer

Jenkins CVS Configuration

I'm running Jenkins from a Tomcat7 installation on a Solaris box and attempting to connect to a CVS repository on a remote machine with SSH. I'm getting a failure with this stack trace: Building in workspace…
monknomo
  • 103
  • 7
0
votes
1 answer

centos install java openjdk for jenkins

I have an issue with a VPS, centos, thats running WHM as the container. I need to run open-jdk to get jenkins ci going, but the issue is that oracle's java keeps popping up. From a server restart: root@host [~]# java -version java version…
Daithí
  • 1,333
  • 1
  • 11
  • 14
0
votes
1 answer

Jenkins on Debian not accessible via Browser

I installed Jenkins on a remote server running Debian 6.0.6 with a ready-to-use Apache 2 instance by using the following instructions: wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | apt-key add - sh -c 'echo deb…
Bastian
  • 95
  • 2
  • 4
  • 13
0
votes
1 answer

Jenkins on Ubuntu: Desktop or Server Installation?

I'm standing up a build server on a fresh machine that will get Ubuntu 12.04 LTS installed. Does it matter whether I use the server or desktop version if Jenkins is the only service targeted to run on the machine? I currently plan to host this…
Evan
  • 111
  • 3
0
votes
1 answer

Executing cURL upon Git Push

I'm very new to running a Git server, and I needed to trigger a Jenkins build upon pushing to Git. A tutorial says to do this command: curl http://[jenkins]/git/notifyCommit?url=[job] but it doesn't tell you how to trigger that cURL upon a git…
Ryan
  • 197
  • 1
  • 3
  • 10