Skip to content

Commit 2a48e7f

Browse files
authored
ansible: remove openrc init from jenkins-worker (#2653)
The openrc script appears to be a leftover from when we had standalone Alpine CI hosts. All of our Alpine hosts are now Docker images so the openrc script isn't being used (and wouldn't work in its current form as it still uses the obsoleted `-slaveLog` Jenkins agent parameter). Refs: bfd7b15#diff-49397bb7595f8edbe823704d91a9f3daf07caa81d2ad573e56aad837b9ef4608
1 parent d15b743 commit 2a48e7f

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

ansible/roles/jenkins-worker/templates/openrc.initd.j2

Lines changed: 0 additions & 35 deletions
This file was deleted.

ansible/roles/jenkins-worker/vars/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ jenkins_init: {
4444
src: 'org.nodejs.osx.jenkins.plist',
4545
mode: '0755'
4646
},
47-
openrc: {
48-
dest: '/etc/init.d/jenkins',
49-
src: 'openrc.initd.j2',
50-
mode: '0755'
51-
},
5247
rhel7: {
5348
dest: '/usr/lib/systemd/system/jenkins.service',
5449
src: 'systemd.service.j2',

0 commit comments

Comments
 (0)