ansible-role-jenkins icon indicating copy to clipboard operation
ansible-role-jenkins copied to clipboard

Ansible Role - Jenkins CI

Results 29 ansible-role-jenkins issues
Sort by recently updated
recently updated
newest added

Hello, Since Jenkins 2.332.1, Jenkins has moved from system V to systemd and the jenkins_java_options is no longer working. /etc/sysconfig/jenkins file is now obsolete and new file /etc/systemd/system/jenkins.service.d/override.conf should be...

With the release of 2.332.1 there have been some changes to how Jenkins looks for overrides. https://www.jenkins.io/doc/book/system-administration/systemd-services/ TL:DR SystemD is the new standard so the defaults file isn't working as...

bug

Hello! Thanks for role jenkins! Can not set specific jenkins version when use jenkins_prefer_lts: true. If i set only `jenkins_prefer_lts: true`, then installed latest lts jenkins version from debian-stable repository....

Hello! Thanks for jenkins role! ![image](https://user-images.githubusercontent.com/10828883/180641257-e45eaa56-7a10-46b2-8a30-f3d90b229577.png) output ``` TASK [geerlingguy.jenkins : Install Jenkins plugins using password.] *************************************************************************** task path: /home/user/.ansible/roles/geerlingguy.jenkins/tasks/plugins.yml:42 Воскресенье 24 июля 2022 15:27:37 +0600 (0:00:00.670) 0:03:16.380 ****** redirecting...

When installing with the role on Ubuntu we are seeing: ``` W: https://pkg.jenkins.io/debian/binary/Release.gpg: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. ```...

tweak package url for lts installations.

stale

Suddenly apt install jenkins step started to fail. It seems to be they are forcing HTTPS calls now. I could run the module without any issues yesterday, something must have...

stale

Since all three of these mechanisms are pulling from external urls, a result->until-> retries pattern should be used. (the jenkins site was giving me fits today). `delphix-tcw-centos7-kitchen_sink: TASK [geerlingguy.jenkins :...

planned