-
New Feature
-
Resolution: Fixed
-
Minor
-
ANY, e.g. jenkins:2.13
Very simple: set & expose environment variable `CI=true` on all builds as TravisCI or Drone or CircleCI or other CI tools do.
Very simple: set & expose environment variable `CI=true` on all builds as TravisCI or Drone or CircleCI or other CI tools do.
Create-React-App also checks for the `CI` environment variable. The official documentation mentions
see https://create-react-app.dev/docs/running-tests#continuous-integration.
I would consider Jenkins being a "popular CI server" and create-react-app an extremely popular tool in web fronted development. So maybe this should be a default in Jenkins?!