Mark LEGACY_JENKINS_ANNOTATION as deprecated
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user