Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: 4f1139764c1f099c326a3fd21a07544633ba76f7 https://github.com/jenkinsci/jenkins/commit/4f1139764c1f099c326a3fd21a07544633ba76f7 Author: usmonster <akeju00+git...@gmail.com> Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths: M core/src/main/java/jenkins/model/CoreEnvironmentContributor.java M core/src/main/resources/jenkins/model/CoreEnvironmentContributor/buildEnv.groovy M core/src/main/resources/jenkins/model/CoreEnvironmentContributor/buildEnv.properties Log Message: ----------- [JENKINS-36707] Add `CI` environment variable Introduces a standard `CI` env var that is always set to "true" in order to allow pipelines and tools to know they're executing in a continuous integration context. This has emerged as a best practice used by most other popular CI solutions, and a number of tools look for this variable in order to make CI-appropriate optimizations (cf. the ticket). Closes JENKINS-36707. Commit: 4395d50f27ba43e961605a56a81cd56a921f55e0 https://github.com/jenkinsci/jenkins/commit/4395d50f27ba43e961605a56a81cd56a921f55e0 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2021-03-30 (Tue, 30 Mar 2021) Changed paths: M core/src/main/java/jenkins/model/CoreEnvironmentContributor.java M core/src/main/resources/jenkins/model/CoreEnvironmentContributor/buildEnv.groovy M core/src/main/resources/jenkins/model/CoreEnvironmentContributor/buildEnv.properties Log Message: ----------- Merge pull request #5370 from usmonster/JENKINS-36707-add-ci-env-var [JENKINS-36707] Add `CI` environment variable Compare: https://github.com/jenkinsci/jenkins/compare/82c73972c475...4395d50f27ba -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/82c739-4395d5%40github.com.