Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After Linux VM reboot the jenkins slave is not running #29

Open
alwaysharsha opened this issue Jan 3, 2020 · 0 comments
Open

After Linux VM reboot the jenkins slave is not running #29

alwaysharsha opened this issue Jan 3, 2020 · 0 comments

Comments

@alwaysharsha
Copy link

SUMMARY

After the installation of Jenkins slave, when we reboot the machine the slave service is not running on Linux VM.

Is there a command to atleast start the Jenkins slave service on linux machine?

ISSUE TYPE
  • Bug Report
COMPONENT NAME

ansible-role-jenkins-slave

ANSIBLE VERSION

ansible 2.8.5
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/home/svc_engbuild/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/dist-packages/ansible
executable location = /usr/bin/ansible
python version = 2.7.12 (default, Oct 8 2019, 14:14:10) [GCC 5.4.0 20160609]


CONFIGURATION
OS / ENVIRONMENT

Ubuntu 18

STEPS TO REPRODUCE
  tasks:
  - name: Install jre
    package:
      name: default-jre
      state: present
      update_cache: yes
    become: yes

  - include_role:
      name: "roles_galaxy/lean_delivery.jenkins_slave"

After rebooting the machine the jenkins service is not running.

EXPECTED RESULTS

Jenkins service should be running after reboot

ACTUAL RESULTS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant