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 restart failed in ubuntu after installing github oauth plugin

Hi I have installed github oauth plugin in jenkins, but due to improper settings , I needed to restart the jenkins. I replaced true with false and tried to restart. But the jenkins server…
dkakoti
  • 181
  • 1
  • 5
0
votes
1 answer

Jenkins+Gitlab plugin stopped sending emails on failures after upgrading Jenkins to v2

We have a Jenkins server with the Gitlab plugin installed. It was working fine before -- a push to Gitlab would tell Jenkins to build, and if there were any errors, Gitlab was notified and the person who pushed would get an email notification. After…
Greg
  • 1,423
  • 2
  • 13
  • 13
0
votes
1 answer

How do I get Jenkins running on Linux to communicate with Windows servers?

I have Jenkins 1.6 running on CentOS 7.2. I have Windows 2012 servers that I want to receive builds from the Jenkins server. These Windows servers are not on a domain. They have OpenSSH installed on them. On the Jenkins server, I manually…
Kiran
  • 67
  • 4
  • 10
0
votes
0 answers

New Jenkins instance running on kubernetes in google cloud; Setting up security through Jenkins breaks it

I set up a new instance of Jenkins in the gcloud via these instructions: https://github.com/GoogleCloudPlatform/kube-jenkins-imager#quick-deploy I followed the details to get SSL set up using a based64'ed .htaccess file. Upon running cluster-up.sh,…
0
votes
0 answers

Send build artifacts over SSH - could not create directory

I am trying to workout an automation process of pushing changes from jenkins to aws. The problem seems to be that within the GIT repo, i have 2 folders, one is docroot and the other is database. I need the docroot to go into the /var/www/html and…
jagmitg
  • 101
  • 3
0
votes
1 answer

Jenkins SSL Error

We are implementing Jenkins to support our new Continuous Delivery approach to application releases. We have a local CA that we use for all of our certificates. I have a .key and a .cer file specified, however, when I put in the appropriate…
user355034
0
votes
0 answers

Jenkins master node incoming port number for slaves?

I have a Jenkins version 2.8 master node running on Ubuntu 14.04 and my slaves node cannot connect to it unless I disable the firewall via sudo ufw disabled. I have port 8080 already open so folks can view the web ui, but I can't figure out which…
Dave
  • 607
  • 1
  • 9
  • 18
0
votes
3 answers

Jenkins Server - trying to run AWS cli script - getting an error

I am running a Jenkins server on Windows server with AWS CLI installed. while trying to run a script through Jenkins job i get the following error: "You must specify a region. You can also configure your region by running "aws configure"." AWS cli…
0
votes
1 answer

Jenkins is hanging with no errors during startup

So, I've tried doing my research on this issue but it's gotten to the point where I'm no longer understanding what I'm reading (looking at bug reports and mailing lists). I've installed Jenkins and Java on my server, running CentOS 6.8. I had a few…
0
votes
2 answers

Jenkins for windows need java installed on system?

I am in the process of configuring jenkins on server. There is no Java installed on server. From the link, I understood that Jenkins windows installer will install JRE so that no need of external java installation.jenkins windows installer But when…
Ammu
  • 101
  • 1
0
votes
1 answer

Publish docker images to AWS ECR from Jenkins

Following this discussion- Integrate Amazon Elastic Container Registry with Jenkins, After publishing my image to ECR from Jenkins using a shell script, it works- but another image with empty tag is published each time (with different Digest).…
A.K
  • 1
  • 4
0
votes
1 answer

Link a JIRA cloud with local bitbucket server + jenkins

We would like to have an online "JIRA Cloud" account, linked to a local "on server" Bitbucket install. Our IT will not open any port TO bitbucket(but is ok, to allow bitbucket communicate to JIRA cloud. I was wondering if this scenario was possible,…
J4N
  • 167
  • 1
  • 2
  • 8
0
votes
1 answer

MSDeploy with Jenkins

So I'm setting up a Jenkins job that will build and deploy an application that I have. Building it is easy, but I'm having issues deploying it. Here is my build command: "C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe"…
Chiggins
  • 811
  • 8
  • 21
  • 37
0
votes
1 answer

Idle Jenkins takes up approx 700 MB of RAM

I just did a fresh install of jenkins master on a private virtual server having 1 GB of RAM. I have not yet installed anything else besides Jenkins on that server. I reduced the number of executors to 1. When I start the jenkins services it consumes…
u123
  • 267
  • 1
  • 8
  • 24
0
votes
1 answer

Use SSH to auth jenkins CLI with unix auth

I've setup jenkins to use unix auth, with works just fine with passwords. Is it possible to use ssh auth for the cli too? ssh jenkins@localhost works just fine, but java -jar /opt/jenkins/jenkins-cli.jar -s http://localhost:8080 who-am-i fails…
Reactormonk
  • 111
  • 4