Guest User

Untitled

a guest
Mar 6th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. [supervisord]
  2. nodaemon=true
  3. [program:sshd]
  4. command=/usr/sbin/sshd -D
  5. [program:jenkins]
  6. command=/usr/bin/java -jar /usr/share/jenkins/jenkins.war
  7. autostart=true
  8. [program:vnc]
  9. command=/usr/bin/vncserver :1 -geometry 1280x800 -depth 24 && tail -f /root/.vnc/*:1.log
  10. autostart=true
  11.  
  12. *************************************************************
  13. *************************************************************
  14. *************************************************************
  15. Jenkins initial setup is required. An admin user has been created and a password generated.
  16. Please use the following password to proceed to installation:
  17. aa9c8e22a95c4fcd8a7966983b6ff065
  18. This may also be found at: /root/.jenkins/secrets/initialAdminPassword
  19. *************************************************************
  20. *************************************************************
  21. *************************************************************
  22. Killed
Add Comment
Please, Sign In to add comment