You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
Is there an existing issue for this?
Current Behavior
Right now, the Jenkins Pipeline detection solely relies on the existence of
JENKINS_URLvariable. Per the Jenkins docs:For users that don't configure the Jenkins URL for their CI pipeline, this package returns a false negative.
Expected Behavior
This package should always return
truefor Jenkins CI, so I propose adding a check for theBUILD_IDvariable as an additional check for Jenkins since that value should always be there in Jenkins CI. This is whatci-infodoes: https://github.com/watson/ci-info/blob/master/vendors.json#L135Steps To Reproduce
No response
Environment