ci-env

WebJar for ci-env

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

ci-env
Last Version

Last Version

1.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

ci-env
WebJar for ci-env
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/siddharthkp/ci-env

Download ci-env

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/ci-env/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>ci-env</artifactId>
    <version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/ci-env/
implementation 'org.webjars.npm:ci-env:1.8.0'
// https://jarcasting.com/artifacts/org.webjars.npm/ci-env/
implementation ("org.webjars.npm:ci-env:1.8.0")
'org.webjars.npm:ci-env:jar:1.8.0'
<dependency org="org.webjars.npm" name="ci-env" rev="1.8.0">
  <artifact name="ci-env" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='ci-env', version='1.8.0')
)
libraryDependencies += "org.webjars.npm" % "ci-env" % "1.8.0"
[org.webjars.npm/ci-env "1.8.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.


Environment variables exposed by CI tools

 

Supports travis, circle, gitlab, wercker, drone, codeship, now(zeit), netlify, GitHub Actions, Buddy and Codefresh.

Kinda supports custom CI as well. Specs here

 

Installation

npm install ci-env

 

Usage

const { repo, sha, event, commit_message, pull_request_number, branch, ci } = require('ci-env')

 

like it?

⭐️ this repo

 

License

MIT © siddharthkp

Versions

Version
1.8.0
1.7.0