Bump packages to fix linter
This commit is contained in:
parent
ed9506bbaf
commit
0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions
50
node_modules/ci-info/CHANGELOG.md
generated
vendored
50
node_modules/ci-info/CHANGELOG.md
generated
vendored
|
|
@ -1,8 +1,46 @@
|
|||
# Changelog
|
||||
|
||||
## v3.7.1
|
||||
|
||||
- ignore ci detection when CI is set to `'false'` [24cc450](https://github.com/watson/ci-info/commit/24cc450)
|
||||
|
||||
## v3.7.0
|
||||
|
||||
- support Sourcehut CI [85b96ea](https://github.com/watson/ci-info/commit/85b96ea)
|
||||
- support ReleaseHub CI [409d886](https://github.com/watson/ci-info/commit/409d886)
|
||||
|
||||
## v3.6.2
|
||||
|
||||
- fix VERCEL environment detection ([#98](https://github.com/watson/ci-info/pull/98))
|
||||
|
||||
## v3.6.1
|
||||
|
||||
- fix error in typings [357b454](https://github.com/watson/ci-info/commit/357b454)
|
||||
|
||||
## v3.6.0
|
||||
|
||||
This release attempts to bring parity with [@npmcli/ci-detect](https://github.com/npm/ci-detect). See [#95](https://github.com/watson/ci-info/pull/95) for more details.
|
||||
|
||||
- support gerrit ([#95](https://github.com/watson/ci-info/pull/95))
|
||||
- support google cloud build ([#95](https://github.com/watson/ci-info/pull/95))
|
||||
- support heroku ([#95](https://github.com/watson/ci-info/pull/95))
|
||||
- support anonymous CI's that exposes BUILD_ID and CI_NAME env vars ([#95](https://github.com/watson/ci-info/pull/95))
|
||||
- support more vercel environments ([#95](https://github.com/watson/ci-info/pull/95))
|
||||
|
||||
## v3.5.0
|
||||
|
||||
- support Woodpecker CI ([#90](https://github.com/watson/ci-info/pull/90))
|
||||
|
||||
## v3.4.0
|
||||
|
||||
- partial support Appflow CI (only CI detection) ([#84](https://github.com/watson/ci-info/pull/84))
|
||||
- support Codemagic CI ([#85](https://github.com/watson/ci-info/pull/85))
|
||||
- support Xcode Server CI ([#86](https://github.com/watson/ci-info/pull/86))
|
||||
- support Xcode Cloud CI ([#86](https://github.com/watson/ci-info/pull/86))
|
||||
|
||||
## v3.3.2
|
||||
|
||||
- fix: export correct typings for `EAS`
|
||||
- fix: export correct typings for `EAS`
|
||||
|
||||
## v3.3.1
|
||||
|
||||
|
|
@ -57,10 +95,9 @@ Breaking changes:
|
|||
|
||||
Breaking changes:
|
||||
|
||||
- Drop support for Node.js end-of-life versions: 0.10, 0.12, 4, 5, 7,
|
||||
and 9
|
||||
- Team Foundation Server will now be detected as Azure Pipelines. The
|
||||
constant `ci.TFS` no longer exists - use `ci.AZURE_PIPELINES` instead
|
||||
- Drop support for Node.js end-of-life versions: 0.10, 0.12, 4, 5, 7, and 9
|
||||
- Team Foundation Server will now be detected as Azure Pipelines. The constant `ci.TFS` no longer exists - use
|
||||
`ci.AZURE_PIPELINES` instead
|
||||
- Remove deprecated `ci.TDDIUM` constant - use `ci.SOLANDO` instead
|
||||
|
||||
New features:
|
||||
|
|
@ -93,7 +130,8 @@ New features:
|
|||
|
||||
## v1.3.1
|
||||
|
||||
- chore: reduce npm package size by not including `.github` folder content ([#11](https://github.com/watson/ci-info/pull/11))
|
||||
- chore: reduce npm package size by not including `.github` folder content
|
||||
([#11](https://github.com/watson/ci-info/pull/11))
|
||||
|
||||
## v1.3.0
|
||||
|
||||
|
|
|
|||
2
node_modules/ci-info/LICENSE
generated
vendored
2
node_modules/ci-info/LICENSE
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2016-2021 Thomas Watson Steen
|
||||
Copyright (c) 2016-2023 Thomas Watson Steen
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
|||
94
node_modules/ci-info/README.md
generated
vendored
94
node_modules/ci-info/README.md
generated
vendored
|
|
@ -32,45 +32,51 @@ if (ci.isCI) {
|
|||
|
||||
Officially supported CI servers:
|
||||
|
||||
| Name | Constant | isPR |
|
||||
| ------------------------------------------------------------------------------- | -------------------- | ---- |
|
||||
| [AWS CodeBuild](https://aws.amazon.com/codebuild/) | `ci.CODEBUILD` | 🚫 |
|
||||
| [AppVeyor](http://www.appveyor.com) | `ci.APPVEYOR` | ✅ |
|
||||
| [Azure Pipelines](https://azure.microsoft.com/en-us/services/devops/pipelines/) | `ci.AZURE_PIPELINES` | ✅ |
|
||||
| [Appcircle](https://appcircle.io/) | `ci.APPCIRCLE` | 🚫 |
|
||||
| [Bamboo](https://www.atlassian.com/software/bamboo) by Atlassian | `ci.BAMBOO` | 🚫 |
|
||||
| [Bitbucket Pipelines](https://bitbucket.org/product/features/pipelines) | `ci.BITBUCKET` | ✅ |
|
||||
| [Bitrise](https://www.bitrise.io/) | `ci.BITRISE` | ✅ |
|
||||
| [Buddy](https://buddy.works/) | `ci.BUDDY` | ✅ |
|
||||
| [Buildkite](https://buildkite.com) | `ci.BUILDKITE` | ✅ |
|
||||
| [CircleCI](http://circleci.com) | `ci.CIRCLE` | ✅ |
|
||||
| [Cirrus CI](https://cirrus-ci.org) | `ci.CIRRUS` | ✅ |
|
||||
| [Codefresh](https://codefresh.io/) | `ci.CODEFRESH` | ✅ |
|
||||
| [Codeship](https://codeship.com) | `ci.CODESHIP` | 🚫 |
|
||||
| [Drone](https://drone.io) | `ci.DRONE` | ✅ |
|
||||
| [dsari](https://github.com/rfinnie/dsari) | `ci.DSARI` | 🚫 |
|
||||
| [Expo Application Services](https://expo.dev/eas) | `ci.EAS_BUILD` | 🚫 |
|
||||
| [GitHub Actions](https://github.com/features/actions/) | `ci.GITHUB_ACTIONS` | ✅ |
|
||||
| [GitLab CI](https://about.gitlab.com/gitlab-ci/) | `ci.GITLAB` | ✅ |
|
||||
| [GoCD](https://www.go.cd/) | `ci.GOCD` | 🚫 |
|
||||
| [Hudson](http://hudson-ci.org) | `ci.HUDSON` | 🚫 |
|
||||
| [Jenkins CI](https://jenkins-ci.org) | `ci.JENKINS` | ✅ |
|
||||
| [LayerCI](https://layerci.com/) | `ci.LAYERCI` | ✅ |
|
||||
| [Magnum CI](https://magnum-ci.com) | `ci.MAGNUM` | 🚫 |
|
||||
| [Netlify CI](https://www.netlify.com/) | `ci.NETLIFY` | ✅ |
|
||||
| [Nevercode](http://nevercode.io/) | `ci.NEVERCODE` | ✅ |
|
||||
| [Render](https://render.com/) | `ci.RENDER` | ✅ |
|
||||
| [Sail CI](https://sail.ci/) | `ci.SAIL` | ✅ |
|
||||
| [Screwdriver](https://screwdriver.cd/) | `ci.SCREWDRIVER` | ✅ |
|
||||
| [Semaphore](https://semaphoreci.com) | `ci.SEMAPHORE` | ✅ |
|
||||
| [Shippable](https://www.shippable.com/) | `ci.SHIPPABLE` | ✅ |
|
||||
| [Solano CI](https://www.solanolabs.com/) | `ci.SOLANO` | ✅ |
|
||||
| [Strider CD](https://strider-cd.github.io/) | `ci.STRIDER` | 🚫 |
|
||||
| [TaskCluster](http://docs.taskcluster.net) | `ci.TASKCLUSTER` | 🚫 |
|
||||
| [TeamCity](https://www.jetbrains.com/teamcity/) by JetBrains | `ci.TEAMCITY` | 🚫 |
|
||||
| [Travis CI](http://travis-ci.org) | `ci.TRAVIS` | ✅ |
|
||||
| [Vercel](https://vercel.com/) | `ci.VERCEL` | 🚫 |
|
||||
| [Visual Studio App Center](https://appcenter.ms/) | `ci.APPCENTER` | 🚫 |
|
||||
| Name | Constant | isPR |
|
||||
| ------------------------------------------------------------------------------- | -------------------- | ---- |
|
||||
| [AWS CodeBuild](https://aws.amazon.com/codebuild/) | `ci.CODEBUILD` | 🚫 |
|
||||
| [AppVeyor](http://www.appveyor.com) | `ci.APPVEYOR` | ✅ |
|
||||
| [Azure Pipelines](https://azure.microsoft.com/en-us/services/devops/pipelines/) | `ci.AZURE_PIPELINES` | ✅ |
|
||||
| [Appcircle](https://appcircle.io/) | `ci.APPCIRCLE` | 🚫 |
|
||||
| [Bamboo](https://www.atlassian.com/software/bamboo) by Atlassian | `ci.BAMBOO` | 🚫 |
|
||||
| [Bitbucket Pipelines](https://bitbucket.org/product/features/pipelines) | `ci.BITBUCKET` | ✅ |
|
||||
| [Bitrise](https://www.bitrise.io/) | `ci.BITRISE` | ✅ |
|
||||
| [Buddy](https://buddy.works/) | `ci.BUDDY` | ✅ |
|
||||
| [Buildkite](https://buildkite.com) | `ci.BUILDKITE` | ✅ |
|
||||
| [CircleCI](http://circleci.com) | `ci.CIRCLE` | ✅ |
|
||||
| [Cirrus CI](https://cirrus-ci.org) | `ci.CIRRUS` | ✅ |
|
||||
| [Codefresh](https://codefresh.io/) | `ci.CODEFRESH` | ✅ |
|
||||
| [Codeship](https://codeship.com) | `ci.CODESHIP` | 🚫 |
|
||||
| [Drone](https://drone.io) | `ci.DRONE` | ✅ |
|
||||
| [dsari](https://github.com/rfinnie/dsari) | `ci.DSARI` | 🚫 |
|
||||
| [Expo Application Services](https://expo.dev/eas) | `ci.EAS` | 🚫 |
|
||||
| [Gerrit CI](https://www.gerritcodereview.com) | `ci.GERRIT` | 🚫 |
|
||||
| [GitHub Actions](https://github.com/features/actions/) | `ci.GITHUB_ACTIONS` | ✅ |
|
||||
| [GitLab CI](https://about.gitlab.com/gitlab-ci/) | `ci.GITLAB` | ✅ |
|
||||
| [GoCD](https://www.go.cd/) | `ci.GOCD` | 🚫 |
|
||||
| [Google Cloud Build](https://cloud.google.com/build) | `ci.GOOGLE_CLOUD_BUILD` | 🚫 |
|
||||
| [Heroku](https://www.heroku.com) | `ci.HEROKU` | 🚫 |
|
||||
| [Hudson](http://hudson-ci.org) | `ci.HUDSON` | 🚫 |
|
||||
| [Jenkins CI](https://jenkins-ci.org) | `ci.JENKINS` | ✅ |
|
||||
| [LayerCI](https://layerci.com/) | `ci.LAYERCI` | ✅ |
|
||||
| [Magnum CI](https://magnum-ci.com) | `ci.MAGNUM` | 🚫 |
|
||||
| [Netlify CI](https://www.netlify.com/) | `ci.NETLIFY` | ✅ |
|
||||
| [Nevercode](http://nevercode.io/) | `ci.NEVERCODE` | ✅ |
|
||||
| [ReleaseHub](https://releasehub.com/) | `ci.RELEASEHUB` | 🚫 |
|
||||
| [Render](https://render.com/) | `ci.RENDER` | ✅ |
|
||||
| [Sail CI](https://sail.ci/) | `ci.SAIL` | ✅ |
|
||||
| [Screwdriver](https://screwdriver.cd/) | `ci.SCREWDRIVER` | ✅ |
|
||||
| [Semaphore](https://semaphoreci.com) | `ci.SEMAPHORE` | ✅ |
|
||||
| [Shippable](https://www.shippable.com/) | `ci.SHIPPABLE` | ✅ |
|
||||
| [Solano CI](https://www.solanolabs.com/) | `ci.SOLANO` | ✅ |
|
||||
| [Sourcehut](https://sourcehut.org/) | `ci.SOURCEHUT` | 🚫 |
|
||||
| [Strider CD](https://strider-cd.github.io/) | `ci.STRIDER` | 🚫 |
|
||||
| [TaskCluster](http://docs.taskcluster.net) | `ci.TASKCLUSTER` | 🚫 |
|
||||
| [TeamCity](https://www.jetbrains.com/teamcity/) by JetBrains | `ci.TEAMCITY` | 🚫 |
|
||||
| [Travis CI](http://travis-ci.org) | `ci.TRAVIS` | ✅ |
|
||||
| [Vercel](https://vercel.com/) | `ci.VERCEL` | 🚫 |
|
||||
| [Visual Studio App Center](https://appcenter.ms/) | `ci.APPCENTER` | 🚫 |
|
||||
| [Woodpecker](https://woodpecker-ci.org/) | `ci.WOODPECKER` | ✅ |
|
||||
|
||||
## API
|
||||
|
||||
|
|
@ -113,6 +119,16 @@ release:
|
|||
|
||||
- `ci.TDDIUM` (Solano CI) This have been renamed `ci.SOLANO`
|
||||
|
||||
## Ports
|
||||
|
||||
ci-info has been ported to the following languages
|
||||
|
||||
| Language | Repository |
|
||||
|----------|------------|
|
||||
| Go | https://github.com/hofstadter-io/cinful |
|
||||
| Rust | https://github.com/sagiegurari/ci_info |
|
||||
| Kotlin | https://github.com/cloudflightio/ci-info |
|
||||
|
||||
## License
|
||||
|
||||
[MIT](LICENSE)
|
||||
|
|
|
|||
21
node_modules/ci-info/index.d.ts
generated
vendored
21
node_modules/ci-info/index.d.ts
generated
vendored
|
|
@ -1,3 +1,5 @@
|
|||
// This file is generated at pre-commit by running `node create-typings.js`.
|
||||
|
||||
/**
|
||||
* Returns a boolean. Will be `true` if the code is running on a CI server,
|
||||
* otherwise `false`.
|
||||
|
|
@ -24,9 +26,10 @@ export const isPR: boolean | null;
|
|||
*/
|
||||
export const name: string | null;
|
||||
|
||||
export const APPVEYOR: boolean;
|
||||
export const AZURE_PIPELINES: boolean;
|
||||
export const APPCIRCLE: boolean;
|
||||
export const APPVEYOR: boolean;
|
||||
export const CODEBUILD: boolean;
|
||||
export const AZURE_PIPELINES: boolean;
|
||||
export const BAMBOO: boolean;
|
||||
export const BITBUCKET: boolean;
|
||||
export const BITRISE: boolean;
|
||||
|
|
@ -34,8 +37,8 @@ export const BUDDY: boolean;
|
|||
export const BUILDKITE: boolean;
|
||||
export const CIRCLE: boolean;
|
||||
export const CIRRUS: boolean;
|
||||
export const CODEBUILD: boolean;
|
||||
export const CODEFRESH: boolean;
|
||||
export const CODEMAGIC: boolean;
|
||||
export const CODESHIP: boolean;
|
||||
export const DRONE: boolean;
|
||||
export const DSARI: boolean;
|
||||
|
|
@ -43,21 +46,29 @@ export const EAS: boolean;
|
|||
export const GITHUB_ACTIONS: boolean;
|
||||
export const GITLAB: boolean;
|
||||
export const GOCD: boolean;
|
||||
export const GOOGLE_CLOUD_BUILD: boolean;
|
||||
export const LAYERCI: boolean;
|
||||
export const GERRIT: boolean;
|
||||
export const HEROKU: boolean;
|
||||
export const HUDSON: boolean;
|
||||
export const JENKINS: boolean;
|
||||
export const LAYERCI: boolean;
|
||||
export const MAGNUM: boolean;
|
||||
export const NETLIFY: boolean;
|
||||
export const NEVERCODE: boolean;
|
||||
export const RELEASEHUB: boolean;
|
||||
export const RENDER: boolean;
|
||||
export const SAIL: boolean;
|
||||
export const SEMAPHORE: boolean;
|
||||
export const SCREWDRIVER: boolean;
|
||||
export const SEMAPHORE: boolean;
|
||||
export const SHIPPABLE: boolean;
|
||||
export const SOLANO: boolean;
|
||||
export const SOURCEHUT: boolean;
|
||||
export const STRIDER: boolean;
|
||||
export const TASKCLUSTER: boolean;
|
||||
export const TEAMCITY: boolean;
|
||||
export const TRAVIS: boolean;
|
||||
export const VERCEL: boolean;
|
||||
export const APPCENTER: boolean;
|
||||
export const WOODPECKER: boolean;
|
||||
export const XCODE_CLOUD: boolean;
|
||||
export const XCODE_SERVER: boolean;
|
||||
|
|
|
|||
78
node_modules/ci-info/index.js
generated
vendored
78
node_modules/ci-info/index.js
generated
vendored
|
|
@ -22,46 +22,68 @@ vendors.forEach(function (vendor) {
|
|||
|
||||
exports[vendor.constant] = isCI
|
||||
|
||||
if (isCI) {
|
||||
exports.name = vendor.name
|
||||
if (!isCI) {
|
||||
return
|
||||
}
|
||||
|
||||
switch (typeof vendor.pr) {
|
||||
case 'string':
|
||||
// "pr": "CIRRUS_PR"
|
||||
exports.isPR = !!env[vendor.pr]
|
||||
break
|
||||
case 'object':
|
||||
if ('env' in vendor.pr) {
|
||||
// "pr": { "env": "BUILDKITE_PULL_REQUEST", "ne": "false" }
|
||||
exports.isPR = vendor.pr.env in env && env[vendor.pr.env] !== vendor.pr.ne
|
||||
} else if ('any' in vendor.pr) {
|
||||
// "pr": { "any": ["ghprbPullId", "CHANGE_ID"] }
|
||||
exports.isPR = vendor.pr.any.some(function (key) {
|
||||
return !!env[key]
|
||||
})
|
||||
} else {
|
||||
// "pr": { "DRONE_BUILD_EVENT": "pull_request" }
|
||||
exports.isPR = checkEnv(vendor.pr)
|
||||
}
|
||||
break
|
||||
default:
|
||||
// PR detection not supported for this vendor
|
||||
exports.isPR = null
|
||||
}
|
||||
exports.name = vendor.name
|
||||
|
||||
switch (typeof vendor.pr) {
|
||||
case 'string':
|
||||
// "pr": "CIRRUS_PR"
|
||||
exports.isPR = !!env[vendor.pr]
|
||||
break
|
||||
case 'object':
|
||||
if ('env' in vendor.pr) {
|
||||
// "pr": { "env": "BUILDKITE_PULL_REQUEST", "ne": "false" }
|
||||
exports.isPR = vendor.pr.env in env && env[vendor.pr.env] !== vendor.pr.ne
|
||||
} else if ('any' in vendor.pr) {
|
||||
// "pr": { "any": ["ghprbPullId", "CHANGE_ID"] }
|
||||
exports.isPR = vendor.pr.any.some(function (key) {
|
||||
return !!env[key]
|
||||
})
|
||||
} else {
|
||||
// "pr": { "DRONE_BUILD_EVENT": "pull_request" }
|
||||
exports.isPR = checkEnv(vendor.pr)
|
||||
}
|
||||
break
|
||||
default:
|
||||
// PR detection not supported for this vendor
|
||||
exports.isPR = null
|
||||
}
|
||||
})
|
||||
|
||||
exports.isCI = !!(
|
||||
env.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari
|
||||
env.CONTINUOUS_INTEGRATION || // Travis CI, Cirrus CI
|
||||
env.CI !== 'false' && // Bypass all checks if CI env is explicitly set to 'false'
|
||||
(env.BUILD_ID || // Jenkins, Cloudbees
|
||||
env.BUILD_NUMBER || // Jenkins, TeamCity
|
||||
env.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari
|
||||
env.CI_APP_ID || // Appflow
|
||||
env.CI_BUILD_ID || // Appflow
|
||||
env.CI_BUILD_NUMBER || // Appflow
|
||||
env.CI_NAME || // Codeship and others
|
||||
env.CONTINUOUS_INTEGRATION || // Travis CI, Cirrus CI
|
||||
env.RUN_ID || // TaskCluster, dsari
|
||||
exports.name ||
|
||||
false
|
||||
false)
|
||||
)
|
||||
|
||||
function checkEnv (obj) {
|
||||
// "env": "CIRRUS"
|
||||
if (typeof obj === 'string') return !!env[obj]
|
||||
|
||||
// "env": { "env": "NODE", "includes": "/app/.heroku/node/bin/node" }
|
||||
if ('env' in obj) {
|
||||
// Currently there are no other types, uncomment when there are
|
||||
// if ('includes' in obj) {
|
||||
return env[obj.env] && env[obj.env].includes(obj.includes)
|
||||
// }
|
||||
}
|
||||
if ('any' in obj) {
|
||||
return obj.any.some(function (k) {
|
||||
return !!env[k]
|
||||
})
|
||||
}
|
||||
return Object.keys(obj).every(function (k) {
|
||||
return env[k] === obj[k]
|
||||
})
|
||||
|
|
|
|||
18
node_modules/ci-info/package.json
generated
vendored
18
node_modules/ci-info/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ci-info",
|
||||
"version": "3.3.2",
|
||||
"version": "3.7.1",
|
||||
"description": "Get details about the current Continuous Integration environment",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
|
|
@ -22,12 +22,24 @@
|
|||
"index.d.ts",
|
||||
"CHANGELOG.md"
|
||||
],
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/sibiraj-s"
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"test": "standard && node test.js"
|
||||
"lint:fix": "standard --fix",
|
||||
"test": "standard && node test.js",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"devDependencies": {
|
||||
"clear-module": "^4.1.2",
|
||||
"husky": "^8.0.2",
|
||||
"standard": "^17.0.0",
|
||||
"tape": "^5.5.3"
|
||||
"tape": "^5.6.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
82
node_modules/ci-info/vendors.json
generated
vendored
82
node_modules/ci-info/vendors.json
generated
vendored
|
|
@ -1,21 +1,26 @@
|
|||
[
|
||||
{
|
||||
"name": "Appcircle",
|
||||
"constant": "APPCIRCLE",
|
||||
"env": "AC_APPCIRCLE"
|
||||
},
|
||||
{
|
||||
"name": "AppVeyor",
|
||||
"constant": "APPVEYOR",
|
||||
"env": "APPVEYOR",
|
||||
"pr": "APPVEYOR_PULL_REQUEST_NUMBER"
|
||||
},
|
||||
{
|
||||
"name": "AWS CodeBuild",
|
||||
"constant": "CODEBUILD",
|
||||
"env": "CODEBUILD_BUILD_ARN"
|
||||
},
|
||||
{
|
||||
"name": "Azure Pipelines",
|
||||
"constant": "AZURE_PIPELINES",
|
||||
"env": "SYSTEM_TEAMFOUNDATIONCOLLECTIONURI",
|
||||
"pr": "SYSTEM_PULLREQUEST_PULLREQUESTID"
|
||||
},
|
||||
{
|
||||
"name": "Appcircle",
|
||||
"constant": "APPCIRCLE",
|
||||
"env": "AC_APPCIRCLE"
|
||||
},
|
||||
{
|
||||
"name": "Bamboo",
|
||||
"constant": "BAMBOO",
|
||||
|
|
@ -57,17 +62,18 @@
|
|||
"env": "CIRRUS_CI",
|
||||
"pr": "CIRRUS_PR"
|
||||
},
|
||||
{
|
||||
"name": "AWS CodeBuild",
|
||||
"constant": "CODEBUILD",
|
||||
"env": "CODEBUILD_BUILD_ARN"
|
||||
},
|
||||
{
|
||||
"name": "Codefresh",
|
||||
"constant": "CODEFRESH",
|
||||
"env": "CF_BUILD_ID",
|
||||
"pr": { "any": ["CF_PULL_REQUEST_NUMBER", "CF_PULL_REQUEST_ID"] }
|
||||
},
|
||||
{
|
||||
"name": "Codemagic",
|
||||
"constant": "CODEMAGIC",
|
||||
"env": "CM_BUILD_ID",
|
||||
"pr": "CM_PULL_REQUEST"
|
||||
},
|
||||
{
|
||||
"name": "Codeship",
|
||||
"constant": "CODESHIP",
|
||||
|
|
@ -106,12 +112,27 @@
|
|||
"constant": "GOCD",
|
||||
"env": "GO_PIPELINE_LABEL"
|
||||
},
|
||||
{
|
||||
"name": "Google Cloud Build",
|
||||
"constant": "GOOGLE_CLOUD_BUILD",
|
||||
"env": "BUILDER_OUTPUT"
|
||||
},
|
||||
{
|
||||
"name": "LayerCI",
|
||||
"constant": "LAYERCI",
|
||||
"env": "LAYERCI",
|
||||
"pr": "LAYERCI_PULL_REQUEST"
|
||||
},
|
||||
{
|
||||
"name": "Gerrit",
|
||||
"constant": "GERRIT",
|
||||
"env": "GERRIT_PROJECT"
|
||||
},
|
||||
{
|
||||
"name": "Heroku",
|
||||
"constant": "HEROKU",
|
||||
"env": { "env": "NODE", "includes": "/app/.heroku/node/bin/node" }
|
||||
},
|
||||
{
|
||||
"name": "Hudson",
|
||||
"constant": "HUDSON",
|
||||
|
|
@ -140,6 +161,11 @@
|
|||
"env": "NEVERCODE",
|
||||
"pr": { "env": "NEVERCODE_PULL_REQUEST", "ne": "false" }
|
||||
},
|
||||
{
|
||||
"name": "ReleaseHub",
|
||||
"constant": "RELEASEHUB",
|
||||
"env": "RELEASE_BUILD_ID"
|
||||
},
|
||||
{
|
||||
"name": "Render",
|
||||
"constant": "RENDER",
|
||||
|
|
@ -152,18 +178,18 @@
|
|||
"env": "SAILCI",
|
||||
"pr": "SAIL_PULL_REQUEST_NUMBER"
|
||||
},
|
||||
{
|
||||
"name": "Semaphore",
|
||||
"constant": "SEMAPHORE",
|
||||
"env": "SEMAPHORE",
|
||||
"pr": "PULL_REQUEST_NUMBER"
|
||||
},
|
||||
{
|
||||
"name": "Screwdriver",
|
||||
"constant": "SCREWDRIVER",
|
||||
"env": "SCREWDRIVER",
|
||||
"pr": { "env": "SD_PULL_REQUEST", "ne": "false" }
|
||||
},
|
||||
{
|
||||
"name": "Semaphore",
|
||||
"constant": "SEMAPHORE",
|
||||
"env": "SEMAPHORE",
|
||||
"pr": "PULL_REQUEST_NUMBER"
|
||||
},
|
||||
{
|
||||
"name": "Shippable",
|
||||
"constant": "SHIPPABLE",
|
||||
|
|
@ -176,6 +202,11 @@
|
|||
"env": "TDDIUM",
|
||||
"pr": "TDDIUM_PR_ID"
|
||||
},
|
||||
{
|
||||
"name": "Sourcehut",
|
||||
"constant": "SOURCEHUT",
|
||||
"env": { "CI_NAME": "sourcehut" }
|
||||
},
|
||||
{
|
||||
"name": "Strider CD",
|
||||
"constant": "STRIDER",
|
||||
|
|
@ -200,11 +231,28 @@
|
|||
{
|
||||
"name": "Vercel",
|
||||
"constant": "VERCEL",
|
||||
"env": "NOW_BUILDER"
|
||||
"env": { "any": ["NOW_BUILDER", "VERCEL"] }
|
||||
},
|
||||
{
|
||||
"name": "Visual Studio App Center",
|
||||
"constant": "APPCENTER",
|
||||
"env": "APPCENTER_BUILD_ID"
|
||||
},
|
||||
{
|
||||
"name": "Woodpecker",
|
||||
"constant": "WOODPECKER",
|
||||
"env": { "CI": "woodpecker" },
|
||||
"pr": { "CI_BUILD_EVENT": "pull_request" }
|
||||
},
|
||||
{
|
||||
"name": "Xcode Cloud",
|
||||
"constant": "XCODE_CLOUD",
|
||||
"env": "CI_XCODE_PROJECT",
|
||||
"pr": "CI_PULL_REQUEST_NUMBER"
|
||||
},
|
||||
{
|
||||
"name": "Xcode Server",
|
||||
"constant": "XCODE_SERVER",
|
||||
"env": "XCS"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue