Skip to content

Inaccessible Jenkins Server #29

Discussion options

You must be logged in to vote

From a grunt

Ok after investigation, what person said is correct. The main issue here is that you have ssh-grunt configured for the server, but it looks like your environment is not setup to support it.

Because the boot script fails to start up ssh-grunt, everything after that step fails, including mounting the data volume. The reason directly starting the jenkins service works is because the default location for the jenkins volume is /var/lib, which exists in the file system. When you call run-jenkins, you are configuring the jenkins data volume to be /jenkins, which does not exist by default - this materializes when the boot script runs attach_volume, which isn’t called if it halts when…

Replies: 2 comments 14 replies

Comment options

You must be logged in to vote
3 replies
@gruntwork-support
Comment options

@gruntwork-support
Comment options

@gruntwork-support
Comment options

Comment options

You must be logged in to vote
11 replies
@gruntwork-support
Comment options

@gruntwork-support
Comment options

@gruntwork-support
Comment options

@gruntwork-support
Comment options

@gruntwork-support
Comment options

Answer selected by gruntwork-support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant