File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ The `pipeline.sh` script:
11
11
- is run for all projects each night
12
12
- is run on a private continuous integration server after an initial code
13
13
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 )
17
17
18
18
You can run a pipeline locally:
19
19
@@ -44,10 +44,10 @@ The `pipeline.sh` script:
44
44
45
45
A simple example of a pipeline can be found [ here] ( ./references/js-callout/pipeline.sh )
46
46
47
- ### Variables
47
+ ### Environment Variables
48
48
49
49
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:
51
51
52
52
| Variable | Description |
53
53
| ----------------- | ----------------------------------------------------- |
You can’t perform that action at this time.
0 commit comments