Download the windows image you want.
AWS vmimport supported versions: Microsoft Windows 10 (Professional, Enterprise, Education) (US English) (64-bit only)
So Home wont work.
| upstream jenkins { | |
| server 127.0.0.1:8080; | |
| } | |
| server { | |
| listen 80 default; | |
| server_name sample.jenkins; | |
| access_log /var/log/nginx/access.log; | |
| error_log /var/log/nginx/error.log; |
| #!/bin/bash | |
| # PLACEHOLDERS | |
| # [STAGING_FOLDER] - staging directory in your server | |
| # [STAGING_URL] - staging url | |
| # [STAGING_USER] - staging user in the server | |
| # [STAGING_MYSQLUSER] - staging mysql user | |
| # [STAGING_MYSQLPASSWORD] - staging mysql password | |
| # [ROOTUSER] - Mysql root user | |
| # [ROOTPASSWORD] - Mysql root password |