diff --git a/plugins/jenkins/src/constants.ts b/plugins/jenkins/src/constants.ts index fc0ea0bba4..e1be37ee46 100644 --- a/plugins/jenkins/src/constants.ts +++ b/plugins/jenkins/src/constants.ts @@ -13,5 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -export const LEGACY_JENKINS_ANNOTATION = 'jenkins.io/github-folder'; export const JENKINS_ANNOTATION = 'jenkins.io/job-full-name'; +// @deprecated The legacy annotation used for identifing Jenkins jobs, use +// JENKINS_ANNOTATION instead. +export const LEGACY_JENKINS_ANNOTATION = 'jenkins.io/github-folder';