You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added logic to deploy default jenkins agent (#176)
* Changed cpu and memory metric stat to avg
Signed-off-by: Rishabh Singh <sngri@amazon.com>
* Added logic to default on dummy jenkins agent
Signed-off-by: Rishabh Singh <sngri@amazon.com>
|[useSsl](#ssl-configuration)| boolean | Should the Jenkins use https |
82
-
|[runWithOidc](#setup-openid-connect-oidc-via-federate)| boolean | Should an OIDC provider be installed on Jenkins |
83
-
|[ignoreResourcesFailures]()| boolean | Additional verification during deployment and resource startup |
84
-
|[adminUsers](#setup-openid-connect-oidc-via-federate)| string[]| List of users with admin access during initial deployment |
85
-
|[additionalCommands](#runnning-additional-commands)| string | Additional logic that needs to be run on Master Node. The value has to be path to a file |
86
-
|[dataRetention](#data-retention)| boolean | Do you want to retain jenkins jobs and build history |
87
-
|[agentAssumeRole](#assume-role)| string | IAM role ARN to be assumed by jenkins agent nodes |
88
-
|[envVarsFilePath](#add-environment-variables)| string | Path to file containing env variables in the form of key value pairs |
89
-
|[macAgent](#mac-agents)| boolean | Add mac agents to jenkins |
90
-
|[restrictServerAccessTo](#restricting-server-access)| Ipeer | Restrict jenkins server access |
|[useSsl](#ssl-configuration)| boolean | Should the Jenkins use https |
83
+
|[runWithOidc](#setup-openid-connect-oidc-via-federate)| boolean | Should an OIDC provider be installed on Jenkins |
84
+
|[ignoreResourcesFailures]()| boolean | Additional verification during deployment and resource startup |
85
+
|[adminUsers](#setup-openid-connect-oidc-via-federate)| string[]| List of users with admin access during initial deployment |
86
+
|[additionalCommands](#runnning-additional-commands)| string | Additional logic that needs to be run on Master Node. The value has to be path to a file |
87
+
|[dataRetention](#data-retention)| boolean | Do you want to retain jenkins jobs and build history |
88
+
|[agentAssumeRole](#assume-role)| string | IAM role ARN to be assumed by jenkins agent nodes |
89
+
|[envVarsFilePath](#add-environment-variables)| string | Path to file containing env variables in the form of key value pairs |
90
+
|[macAgent](#mac-agents)| boolean | Add mac agents to jenkins |
91
+
|[restrictServerAccessTo](#restricting-server-access)| Ipeer | Restrict jenkins server access |
92
+
|[useProdAgents](#use-production-agents)| boolean | should jenkins server use production agents |
91
93
#### SSL Configuration
92
94
1. Locate the secret manager arns in the ci-config-stack outputs
93
95
1. Update the secret value ([see docs](https://docs.aws.amazon.com/cli/latest/reference/secretsmanager/put-secret-value.html)) for the `certContentsSecret` with the certificate contents
0 commit comments