pulumi/pkg/backend
Praneet Loke f4112a4ea1
Add detection of Azure Pipelines (#2705)
* Add a var for PRNumber. Add an environment metadata key for PR number.

* Move the detection of PULUMI_CI_SYSTEM into vars.DetectVars(). Set the PRNumber CI property based on respective env vars from each CI system.

* Add Azure Pipelines build variables.

* Add tests for DetectVars.

* Added changelog entry for Azure Pipelines.

* Capture the value of env var being modified for the ciutil unit test, and restore their values at the end of them.

* Simplify the DetectVars function by moving the Pulumi CI system code into the switch-case expression.

* Rename the Pulumi CI system to Generic CI. Include the GenericCI system in the test case for DetectVars.
2019-05-07 11:49:13 -07:00
..
display Add display mode for pulumi query 2019-05-02 18:08:08 -07:00
filestate Add query primitives to state backend 2019-05-02 18:08:08 -07:00
httpstate Expose resource outputs through invoke 2019-05-02 18:08:08 -07:00
state Add license headers 2018-05-22 15:02:47 -07:00
apply.go Don't print error prefix when a confirmation prompt is declined 2019-03-26 15:17:18 -07:00
backend.go Expose resource outputs through invoke 2019-05-02 18:08:08 -07:00
backend_test.go Add tests for pulumi query 2019-05-02 18:08:08 -07:00
snapshot.go Remove uses of plugins in the snapshot (#2662) 2019-04-23 09:53:44 -07:00
snapshot_test.go Remove uses of plugins in the snapshot (#2662) 2019-04-23 09:53:44 -07:00
stack.go Add query primitives to state backend 2019-05-02 18:08:08 -07:00
updates.go Add detection of Azure Pipelines (#2705) 2019-05-07 11:49:13 -07:00