terraform-google-modules / terraform-google-jenkins

Creates a Compute Engine instance running Jenkins
https://registry.terraform.io/modules/terraform-google-modules/jenkins/google
Apache License 2.0
31 stars 69 forks source link

Script was hanging here #26

Closed scarolan closed 3 years ago

scarolan commented 3 years ago

This overrides the "are you sure you want to overwrite?" prompt. This is where it was hanging:

+ echo 'Generating SSH key for Jenkins configuration'
Generating SSH key for Jenkins configuration
+ cat /dev/zero
+ ssh-keygen -q -N ''
Enter file in which to save the key (/root/.ssh/id_rsa): /root/.ssh/id_rsa already exists.
Overwrite (y/n)?
scarolan commented 3 years ago

Hi folks, it looks like the newest version of Bitnami's jenkins image has moved some directories around. Hang tight for another commit; I'm testing with the updated paths that they are using now.

scarolan commented 3 years ago

I'm going to submit a brand new PR with just the image update.