Skip to content

Commit 71d3c8b

Browse files
committed
clarify pipeline.md
1 parent 690369c commit 71d3c8b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PIPELINES.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ The `pipeline.sh` script:
1111
- is run for all projects each night
1212
- is run on a private continuous integration server after an initial code
1313
review
14-
- has access to an Apigee Edge organization, accessed with the variables
15-
below.
16-
- runs in a Docker container that you can see [here](./tools/pipeline-runner/Dockerfile).
14+
- depends on external configuration parameters in the form of environment
15+
variables to let the pipeline target Apigee X and Edge organizations
16+
- runs in a Docker container that you can see [here](./tools/pipeline-runner/Dockerfile)
1717

1818
You can run a pipeline locally:
1919

@@ -44,10 +44,10 @@ The `pipeline.sh` script:
4444

4545
A simple example of a pipeline can be found [here](./references/js-callout/pipeline.sh)
4646

47-
### Variables
47+
### Environment Variables
4848

4949
Currently, pipelines tests can run against Apigee Edge or Apigee X. The
50-
following variables are available for this:
50+
following environment variables are available for this:
5151

5252
| Variable | Description |
5353
| ----------------- | ----------------------------------------------------- |

0 commit comments

Comments
 (0)