NeetoPlaydash is designed to be independent of any specific CI system, offering flexibility across various platforms. While we advocate for utilizing our in-house solution, NeetoCI, you also have the freedom to integrate it with other CI platforms as well.
Below is a compilation of widely used CI providers along with the corresponding environment variables utilized for constructing the CI Build ID.
CI PROVIDERS |
ENVIRONMENT VARIABLE |
---|---|
NeetoCI |
CI_BUILD_ID |
GitHub Actions |
RUN_ID |
Travis CI |
TRAVIS_BUILD_ID |
CircleCI |
CIRCLE_BUILD_NUM |
Jenkins |
BUILD_NUMBER |
GitLab |
CI_PIPELINE_ID |
Bitbucket |
BITBUCKET_BUILD_NUMBER |
Codeship |
CI_BUILD_NUMBER |
AWS CodeBuild |
CODEBUILD_INITIATOR |