pulumi/pkg/util/ciutil
Praneet Loke 5ac446fffd
Add CI vars for Bitbucket Pipelines (#2783)
* Introduce a new package under ciutil for individual CI systems. Split-out each CI system with env var detection for each.

* Add Bitbucket Piplines env var detection.

* Update changelog with note about adding Bitbucket Pipelines detection.

* Rename the CI system structs.

* Move files from ciutil/systems to ciutil. Un-export some types that don't need visibility beyond the ciutil package.

* Un-export DetectSystem function and the System type.

* Add a test for CI systems which we only know by name and nothing else, i.e. those with just a baseCI implementation.
2019-05-30 17:35:41 -07:00
..
az_pipelines.go Add CI vars for Bitbucket Pipelines (#2783) 2019-05-30 17:35:41 -07:00
bitbucket_pipelines.go Add CI vars for Bitbucket Pipelines (#2783) 2019-05-30 17:35:41 -07:00
circleci.go Add CI vars for Bitbucket Pipelines (#2783) 2019-05-30 17:35:41 -07:00
detect.go Add CI vars for Bitbucket Pipelines (#2783) 2019-05-30 17:35:41 -07:00
generic.go Add CI vars for Bitbucket Pipelines (#2783) 2019-05-30 17:35:41 -07:00
gitlab.go Add CI vars for Bitbucket Pipelines (#2783) 2019-05-30 17:35:41 -07:00
systems.go Add CI vars for Bitbucket Pipelines (#2783) 2019-05-30 17:35:41 -07:00
travis.go Add CI vars for Bitbucket Pipelines (#2783) 2019-05-30 17:35:41 -07:00
vars.go Add CI vars for Bitbucket Pipelines (#2783) 2019-05-30 17:35:41 -07:00
vars_test.go Add CI vars for Bitbucket Pipelines (#2783) 2019-05-30 17:35:41 -07:00