-
-
Notifications
You must be signed in to change notification settings - Fork 58
Parity with @npmcli/ci-detect #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
ee46459
8833abf
2b46aaa
b8dce70
5a9e023
5de1580
14dc209
ae89e36
e6a01db
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,5 +30,8 @@ | |
| "clear-module": "^4.1.2", | ||
| "standard": "^17.0.0", | ||
| "tape": "^5.6.0" | ||
| }, | ||
| "engines": { | ||
| "node": ">=8" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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,23 +62,18 @@ | |
| "env": "CIRRUS_CI", | ||
| "pr": "CIRRUS_PR" | ||
| }, | ||
| { | ||
| "name": "Codemagic", | ||
| "constant": "CODEMAGIC", | ||
| "env": "CM_BUILD_ID", | ||
| "pr": "CM_PULL_REQUEST" | ||
| }, | ||
| { | ||
| "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", | ||
|
|
@@ -85,12 +85,6 @@ | |
| "env": "DRONE", | ||
| "pr": { "DRONE_BUILD_EVENT": "pull_request" } | ||
| }, | ||
| { | ||
| "name": "Woodpecker", | ||
| "constant": "WOODPECKER", | ||
| "env": { "CI": "woodpecker" }, | ||
| "pr": { "CI_BUILD_EVENT": "pull_request" } | ||
| }, | ||
| { | ||
| "name": "dsari", | ||
| "constant": "DSARI", | ||
|
|
@@ -118,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" | ||
| }, | ||
|
Comment on lines
+126
to
+130
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hello, I am surprised to see Gerrit here. Does it have built-in CI support now? Cannot find anything mentioned at https://www.gerritcodereview.com/ Isn't
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That was always a distinction that |
||
| { | ||
| "name": "Heroku", | ||
| "constant": "HEROKU", | ||
| "env": { "env": "NODE", "includes": "/app/.heroku/node/bin/node" } | ||
| }, | ||
| { | ||
| "name": "Hudson", | ||
| "constant": "HUDSON", | ||
|
|
@@ -164,18 +173,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", | ||
|
|
@@ -212,13 +221,19 @@ | |
| { | ||
| "name": "Vercel", | ||
| "constant": "VERCEL", | ||
| "env": "NOW_BUILDER" | ||
| "env": { "any": ["NOW_BUILDER", "VERCEL_URL"] } | ||
| }, | ||
| { | ||
| "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", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.