Mark LEGACY_JENKINS_ANNOTATION as deprecated

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-08-12 18:14:49 +02:00
parent 42a24691a7
commit f67ece34c1
+3 -1
View File
@@ -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';