Fix typos

Signed-off-by: Dimitris Apostolou <dimitris.apostolou@icloud.com>
This commit is contained in:
Dimitris Apostolou
2022-03-13 14:09:19 +02:00
parent b17dd0584d
commit aedd4daa66
54 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -14,6 +14,6 @@
* limitations under the License.
*/
export const JENKINS_ANNOTATION = 'jenkins.io/job-full-name';
// @deprecated The legacy annotation used for identifing Jenkins jobs, use
// @deprecated The legacy annotation used for identifying Jenkins jobs, use
// JENKINS_ANNOTATION instead.
export const LEGACY_JENKINS_ANNOTATION = 'jenkins.io/github-folder';