watson / is-ci

Detect if the current environment is a CI server
MIT License
385 stars 17 forks source link

Adding Bamboo PR support #27

Open atl-mk opened 2 months ago

atl-mk commented 2 months ago

Hey,

Would be keen to see Bamboo support, the variables are listed here: https://confluence.atlassian.com/bamboo/bamboo-variables-289277087.html

SpanishPear commented 1 month ago

Bamboo should be supported, at least it's defined in ci-info https://github.com/watson/ci-info/blob/master/vendors.json#L35

atl-mk commented 1 month ago

Sorry, yes it is, but not PR support which could be done with bamboo_repository_pr_sourceBranch which admittedly will only be present with a PR trigger

sibiraj-s commented 1 month ago

Feel free to open a PR in ci-info repo, should be enough to simply add pr: bamboo_repository_pr_sourceBranch key to json and update readme. Or else I'll try to get this fixed this weekend.