You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On yum installations jenkins config should be written to /etc/sysconfig/jenkins
Actual Behavior
jenkins config is hard coded to /etc/default/jenkins
Steps to Reproduce the Problem
Use defaults to install jenkins on CentOS/RedHat
Check /etc/sysconfig/jenkins - no config is written
check /etc/default/jenkins - exists but not in use in CentOS
Suggested solution
in tasks/configure-jenkins.yml replace hard coded /etc/default/jenkins with jenkins_config_file which will be autimatically set to /etc/default/jenkins on apt installation and /etc/sysconfig/jenkins on yum installation type
The text was updated successfully, but these errors were encountered:
Expected Behavior
On yum installations jenkins config should be written to /etc/sysconfig/jenkins
Actual Behavior
jenkins config is hard coded to /etc/default/jenkins
Steps to Reproduce the Problem
Suggested solution
in tasks/configure-jenkins.yml replace hard coded /etc/default/jenkins with jenkins_config_file which will be autimatically set to /etc/default/jenkins on apt installation and /etc/sysconfig/jenkins on yum installation type
The text was updated successfully, but these errors were encountered: