1

I was looking at semantic-release and was wondering if semantic-release support integration with Jenkins CI?

When I looked at CI configuration, I could not find any configuration details for Jenkins.

Can anyone please share valuable information on this?

Siddarth
  • 351
  • 2
  • 6
  • 20

1 Answers1

0

semantic-release uses env-ci to read CI provided environment variables and Jenkins is supported. As a general information semantic-release uses the CI environment variables to determine: - if the current execution is happening on a CI - the current branch being built - if the current build was triggered by a Pull Request

So any CI for which the branch property is provided by env-ci is supported. If the isPr property is not provided, semantic-release will always consider the build wasn't triggered by a Pull Request.