pulumi/pkg/util
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
..
buildutil Rework get-version scripts 2018-11-16 20:11:04 -08:00
cancel Add license headers 2018-05-22 15:02:47 -07:00
ciutil Add detection of Azure Pipelines (#2705) 2019-05-07 11:49:13 -07:00
cmdutil Use interface for 'result.Result' (#2569) 2019-03-19 12:40:10 -07:00
contract Add license headers 2018-05-22 15:02:47 -07:00
fsutil Move planResult#Chdir into fsutil 2019-05-02 18:08:08 -07:00
gitutil Add gitlab metadata - Part 1 (#2090) 2018-10-23 14:53:52 -07:00
httputil Fix httputil.DoWithRetry. (#1555) 2018-06-21 11:06:54 -07:00
logging Fix wierd interactions due to Cobra and glog 2018-08-20 14:08:40 -07:00
mapper Add license headers 2018-05-22 15:02:47 -07:00
result Use result.Result in more places. (#2568) 2019-03-19 16:21:50 -07:00
retry Merge pull request #1358 from pulumi/retry-bugs 2018-06-01 17:11:23 -07:00
rpcutil Spread array argument to variadic function 2018-10-29 18:09:00 -05:00
testutil Add GitLab CI support (#2013) 2018-10-02 16:08:03 -07:00