JenkinsBuildInfo.

BuildTag Property

Summary

Gets the build tag which is a string of "jenkins-${JOB_NAME}-${BUILD_NUMBER}". All forward slashes (/) in the JOB_NAME are replaced with dashes (-).

Syntax

public string BuildTag { get; }

Value

Type Description
string The build tag.