Created
October 28, 2014 14:30
-
-
Save muja/98e01757e0049d72f584 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> default: [2014-10-28T15:21:53+01:00] DEBUG: ---- End output of /bin/systemctl enable jenkins ---- | |
==> default: [2014-10-28T15:21:53+01:00] DEBUG: Ran /bin/systemctl enable jenkins returned 0 | |
==> default: [2014-10-28T15:21:53+01:00] INFO: service[jenkins] enabled | |
==> default: [2014-10-28T15:21:53+01:00] INFO: Processing service[jenkins] action start (jenkins::default line 80) | |
==> default: [2014-10-28T15:21:53+01:00] DEBUG: Executing /bin/systemctl is-active jenkins | |
==> default: [2014-10-28T15:21:54+01:00] DEBUG: ---- Begin output of /bin/systemctl is-active jenkins ---- | |
==> default: [2014-10-28T15:21:54+01:00] DEBUG: STDOUT: inactive | |
==> default: [2014-10-28T15:21:54+01:00] DEBUG: STDERR: | |
==> default: [2014-10-28T15:21:54+01:00] DEBUG: ---- End output of /bin/systemctl is-active jenkins ---- | |
==> default: [2014-10-28T15:21:54+01:00] DEBUG: Ran /bin/systemctl is-active jenkins returned 3 | |
==> default: [2014-10-28T15:21:54+01:00] DEBUG: Executing /bin/systemctl is-enabled jenkins | |
==> default: [2014-10-28T15:21:54+01:00] DEBUG: ---- Begin output of /bin/systemctl is-enabled jenkins ---- | |
==> default: [2014-10-28T15:21:54+01:00] DEBUG: STDOUT: enabled | |
==> default: [2014-10-28T15:21:54+01:00] DEBUG: STDERR: jenkins.service is not a native service, redirecting to /sbin/chkconfig. | |
==> default: Executing /sbin/chkconfig jenkins --level=5 | |
==> default: [2014-10-28T15:21:54+01:00] DEBUG: ---- End output of /bin/systemctl is-enabled jenkins ---- | |
==> default: [2014-10-28T15:21:54+01:00] DEBUG: Ran /bin/systemctl is-enabled jenkins returned 0 | |
==> default: [2014-10-28T15:21:54+01:00] DEBUG: Executing /bin/systemctl start jenkins | |
==> default: [2014-10-28T15:21:54+01:00] DEBUG: ---- Begin output of /bin/systemctl start jenkins ---- | |
==> default: [2014-10-28T15:21:54+01:00] DEBUG: STDOUT: | |
==> default: [2014-10-28T15:21:54+01:00] DEBUG: STDERR: | |
==> default: [2014-10-28T15:21:54+01:00] DEBUG: ---- End output of /bin/systemctl start jenkins ---- | |
==> default: [2014-10-28T15:21:54+01:00] DEBUG: Ran /bin/systemctl start jenkins returned 0 | |
==> default: [2014-10-28T15:21:54+01:00] INFO: service[jenkins] started | |
==> default: [2014-10-28T15:21:54+01:00] INFO: Processing remote_file[/var/lib/jenkins/plugins/simple-theme-plugin.hpi] action create (jenkins::plugin line 21) | |
==> default: | |
==> default: ================================================================================ | |
==> default: Error executing action `create` on resource 'remote_file[/var/lib/jenkins/plugins/simple-theme-plugin.hpi]' | |
==> default: ================================================================================ | |
==> default: | |
==> default: Chef::Exceptions::EnclosingDirectoryDoesNotExist | |
==> default: ------------------------------------------------ | |
==> default: Parent directory /var/lib/jenkins/plugins does not exist. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment