-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Pulkit Singhal edited this page Feb 23, 2016
·
5 revisions
This document includes instruction to create a GCP Jenkins Instance from scratch, setting Jenkins and Node environment, creating Jenkins job and instructions for deploying node application locally and remote servers, configuring nginx for https forwarding, and create node application via image.
-
To start first Install gcloud
-
Follow the instructions toDeploy Jenkins
-
To configure remote server to for deploying node application via Jenkins follow instructions here
-
For creating Jenkins job locally follow instructions here
-
For creating Jenkins job on remote servers follow instructions here
-
For creating vm instance for node application follow instructions Load a VM from image
- Setup Jenkins on Google Cloud
- [Save a Jenkins VM image](Save a Jenkins VM image)
- [Load Jenkins Instance from Image](Load Jenkins Instance from Image)
- [Save a Node VM image](Save a Node VM image)
- [Load a VM from image](Load a VM from image)
- [Setup Nginx on Google Cloud](Setup Nginx on Google Cloud)
- Jenkins Job: Build and Deploy App locally
- Jenkins Job: Build and Deploy App remotely
- TBD