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
votes
2 answers

Unable to login as jenkins user

I'm trying to setup Jenkins for one of my projects but get this host key verification failed error. Now, I'm trying to setup an SSH key for my Jenkins user but have issues logging as Jenkins user. sudo su -s /bin/bash jenkins When I try the above…
user1050619
  • 119
  • 1
  • 6
-1
votes
1 answer

Deployment to Azure using Jenkins and github

I need to deploy code from github to Azure. i have configured jobs to perform test on the script and based on the result i want to deploy those script in Azure. I need help on what jenkins plugin to us for deployment in Azure. if Plugin is not…
mebb
  • 29
  • 1
  • 4
-1
votes
2 answers

Jenkins execute shell scp

I have a Jenkins build where I am trying to copy a war file from one vm to another. I want to do this using scp. I've tried running this in the shell outside of Jenkins and everything works fine. Trying to automate it is a little tricky. I need…
Healforgreen
  • 109
  • 1
  • 4
-1
votes
1 answer

Configure Jenkins for LDAP failover

I was wondering if anyone has successfully configured Jenkins with two LDAP servers so if one server fails, it will query the other server?
Hank
  • 171
  • 1
  • 6
-1
votes
1 answer

Check_mk check for perl plugin which is at check_mk_agent side

I have one perl script I want to use it as a nagios plugin. Here is the github location for this script https://github.com/MangeshBiradar/Check_mk/blob/master/check_jenkins_jobs.pl I want to use this perl script as check_mk_agent plugin, how do I…
MangeshBiradar
  • 1,820
  • 4
  • 16
  • 17
-1
votes
1 answer

why did i need to stop java software?

i am on Debian Squeeze, 4G of Ram, 1G of Swap, CPU i3 3.07GHz. I used to use the following java softwares: jenkins elasticsearch Problem was their process was too greedy about CPU, in the top command, each one was eating more than 120%. When i…
-1
votes
2 answers

Installing Jenkins on Arch Linux?

I have done some googling and I cannot figure out how to install Jenkins on Arch Linux. Can anyone give me some step by step instructions? I have a webserver running already using Nginx, With php-fpm
-1
votes
1 answer

Jenkinsfile - calling multiple groovy scripts

We have our shared libraries on gitlab called mainlibrary and it has a lot of groovy files. Example in mainlibrary gitlab repo we have the following files. startup_pipeline.groovy cleanup_pipeline.groovy In one of our Jenkins job we need to include…
user630702
  • 495
  • 10
  • 32
-2
votes
1 answer

Changing Port for Jenkins

I have TFS already installed on my PC which is using 8080 port. Now i installed Jenkins which again using 8080 port. I tried to change the port no. in Jenkins.xml however it errors out 'Access Denied'. I cannot even edit config.xml to disable the…
MMA
  • 385
  • 3
  • 8
  • 16
1 2 3
43
44