Helpful tools for use in Pipelines
10K+
Some helpful pipeline tools
schedule-pipelines is a python script to schedule a GoCD Pipeline.
This can be added as a final stage of a pipeline to invoke another pipeline.
eg:
The schedule-pipelines is configured by ENV VARs:
docker compose run --rm tools schedule-pipelines , assuming that this image is configured as the tools service in docker compose.
Environment Variables:
| KEY | NOTES |
|---|---|
| GOCD_USER | The user who has API priveledges on GOCD |
| SCHEDULE_PIPELINES | A comma separated list of GoCD Pipelines to schedule |
GoCD Secure Variables:
| KEY | NOTES |
|---|---|
| GOCD_PASSWORD_ENC | Encrypted password for the GOCD_USER |
Content type
Image
Digest
sha256:4deb4f6a8…
Size
653.1 MB
Last updated
about 11 hours ago
docker pull amaysim/devops-pipeline-tools