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

Update bitnami image to latest release #24

Closed asyd closed 4 years ago

asyd commented 4 years ago

See #23

asyd commented 4 years ago

I close this PR since this image introduce a lot of changes (like /opt/bitnami/jenkins instead of /opt/bitnami/app/jenkins).

The startup_script failed for different reason (at least: different paths, lack of python-requests package, issue with http://localhost/jenkins which doesn't match jenkins virtualhost)