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

Jenkins (JVM) crashes after few minutes after start

Host OS: OpenVZ host Guest OS: Debian 6.0 minimal Java: java6 sun Servlet container: Winstone Jenkins for debian: http://pkg.jenkins-ci.org/debian/ Jenkins version: 1.449 uname -a: Linux hostname 2.6.18-238.9.1.el5.028stab089.1 #1 SMP Thu Apr 14…
iElectric
  • 358
  • 1
  • 5
  • 14
1
vote
1 answer

Jenkins VM Crashed, now there are no jobs

The VM that was running Jenkins for me crashed, and when I rebooted it there were no Jobs on Jenkins. These weren't terribly complicated scripts, but it did take several hours to write is there any way I can recover them? There are still…
1
vote
0 answers

How to fix "SignTool Error: IStore2::Load returned error: 0x80090345"

I have a Jenkins job running the signtool utility on a remote node, the console log looks like so: Started by user anonymous Building remotely on vm-builder [VE] $ cmd /c call "C:\Documents and…
mark
  • 725
  • 3
  • 15
  • 32
1
vote
3 answers

How to configure basic Jenkins HTTP authentication with Nginx?

I have installed nginx and made follow host: server { listen 80; # Listen on port 80 for IPv4 requests server_name jenkins.mydomain.ru; root /var/lib/jenkins; access_log …
Dmitro
  • 13
  • 1
  • 3
1
vote
2 answers

allow anonymous access to the job's config.xml in Jenkins

I want to switch our Jenkins to server to a better machine. The new Jenkins is installed and configured, but without the jobs. I planned to use Jenkins job import plugin in order to import all the jobs, but I have a small problem. My old jenkins…
David Rabinowitz
  • 135
  • 1
  • 11
1
vote
1 answer

jenkins 1.417 versus Active Directory

I have a brand new installation of Jenkins 1.417 on Ubuntu 11.6, trying to talk to an active directory. I have the Active Directory plugin installed. If I leave off the base DN and password, the 'test' button claims success, while actual…
bmargulies
  • 2,333
  • 3
  • 17
  • 20
1
vote
0 answers

hudson/jenkins: help needed to get started with customization work

I'm would to customize jenkins by adding links to the left hand side panel and use the pages associated with these links to serve some custom content in place of the jobs/views table displayed by default. I managed to add links to the side-bar using…
Max
  • 3,523
  • 16
  • 53
  • 71
1
vote
3 answers

HUDSON: how to manually encode the LDAP managerPassword?

I need to know how to manually encode the LDAP managerPassword which controls the authentication to hudson: ldap.example.org dc=example,dc=org
Max
  • 3,523
  • 16
  • 53
  • 71
1
vote
1 answer

Set up Jenkins to use Crowd's OpenID for SSO?

Been trying to get Jenkins to work with Crowd's OpenID server so we can use single sign-on like with our Atlassian stuff (the Jenkins Crowd plugin can't do SSO). Can't seem to find the proper OpenID URL to give Jenkins though. Only one I can get…
acp
  • 11
  • 3
1
vote
1 answer

Why was I unable to rebuild jobs?

I have a jenkins server which jenkins was upgraded from version 2.220 to 2.387.1, all plugins have been upgraded. When I rebuilt jobs, it gave me these output: Started by user abc Running as SYSTEM Building in workspace…
Budianto IP
  • 141
  • 6
1
vote
1 answer

RHEL 8 - yum commands started throwing a 470 error

I am using RHEL 8 on a Jenkins agent and have been trying to install the required dependencies using yum. After some trial and error, I started receiving the following error on yum update -y Error: Failed to download metadata for repo 'remi-safe':…
saq7
  • 111
  • 3
1
vote
1 answer

Jenkins agent is not honoring hudson.TcpSlaveAgentListener.hostName

Background / Environment: Jenkins 2.3x on Ubuntu 20.04 I am trying to use a Jenkins Agent installed on the same system as Jenkins server. Ideally it will connect to just "localhost" when talking to the Jenkins controller. Jenkins sits behind a…
Rino Bino
  • 511
  • 5
  • 21
1
vote
1 answer

Ansible & Jenkins

here is my problem I run a playbook on jenkins with extra variables, I want to test in my playbook is variables are defined ansible [core 2.12.1] , jenkins plugin 1.1 here is the command from jenkins : ansible-playbook create_user.yml -i hosts -e…
Wanexa
  • 71
  • 1
  • 1
  • 2
1
vote
2 answers

Cleaning Jenkins workspace but keep Python .venv intact

This question pertains to working with a Python + Poetry project within a Jenkins pipeline and how to retain the .venv/ SCENARIO: I have a Jenkins Pipeline job that triggers a Python project. The project uses poetry to create a virtual env in .venv…
Rino Bino
  • 511
  • 5
  • 21
1
vote
1 answer

Alternative to Jenkins Extended Choice Parameter plugin?

The Jenkins "Extended Choice Parameter" plugin (https://plugins.jenkins.io/extended-choice-parameter/) has been marked "vulnerable" on the Jenkins website for some time. Does Jenkins have a similar plugin for dynamically populating menus, but that's…
JoeS
  • 11
  • 4