1.0.7 • Published 7 years ago

veritas-condition-jenkins v1.0.7

Weekly downloads
3
License
UNLICENSED
Repository
-
Last release
7 years ago

Veritas Condition Jenkins

This is a semantic-release verifyRelease plug-in that will allow a release to continue only if all of the following conditions are true:

  1. The JENKINS_URL environment variable is set to any value (this should be a URL but the value is not verified)
  2. The GIT_BRANCH environment variable is equal to the target branch ( default is 'master' )

If all of the above conditions are true, a new version of the package will be released.

Use

  1. Follow the basic setup instructions for semantic-release
  2. Install as a dev dependency. npm i -D veritas-condition-jenkins
  3. Add the following to your package.json
    "release": {
      "verifyConditions": "veritas-condition-jenkins"
    }
1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago