Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
date: 2000-01-01T00:00:00+00:00
title: DRONE_ENV_PLUGIN_ENDPOINT
author: bradrydzewski
weight: 1
---

Optional string value. Provides the endpoint used to make http requests to an external environment variable plugin. The external environment variable plugin can be used to source custom pipeline environment variables from third party system.

```
DRONE_ENV_PLUGIN_ENDPOINT=http://1.2.3.4:3000
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
date: 2000-01-01T00:00:00+00:00
title: DRONE_ENV_PLUGIN_SKIP_VERIFY
author: bradrydzewski
weight: 1
---

Optional boolean value. Disable SSL verification when making http requests to the plugin endpoint. This is unsafe and is not recommended.

```
DRONE_ENV_PLUGIN_SKIP_VERIFY=false
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
date: 2000-01-01T00:00:00+00:00
title: DRONE_ENV_PLUGIN_TOKEN
author: bradrydzewski
weight: 1
---

Optional string value. Provides the secret token used to authenticate http requests to the plugin endpoint.

```
DRONE_ENV_PLUGIN_TOKEN=bea26a2221fd8090ea38720fc445eca6
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
date: 2000-01-01T00:00:00+00:00
title: DRONE_ENV_PLUGIN_ENDPOINT
author: bradrydzewski
weight: 1
---

Optional string value. Provides the endpoint used to make http requests to an external environment variable plugin. The external environment variable plugin can be used to source custom pipeline environment variables from third party system.

```
DRONE_ENV_PLUGIN_ENDPOINT=http://1.2.3.4:3000
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
date: 2000-01-01T00:00:00+00:00
title: DRONE_ENV_PLUGIN_SKIP_VERIFY
author: bradrydzewski
weight: 1
---

Optional boolean value. Disable SSL verification when making http requests to the plugin endpoint. This is unsafe and is not recommended.

```
DRONE_ENV_PLUGIN_SKIP_VERIFY=false
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
date: 2000-01-01T00:00:00+00:00
title: DRONE_ENV_PLUGIN_TOKEN
author: bradrydzewski
weight: 1
---

Optional string value. Provides the secret token used to authenticate http requests to the plugin endpoint.

```
DRONE_ENV_PLUGIN_TOKEN=bea26a2221fd8090ea38720fc445eca6
```