UNPKG
@backstage-community/plugin-jenkins
Version:
latest (0.28.0)
0.28.0
0.27.0
0.26.0
0.25.1
0.25.0
0.24.0
0.23.0
0.22.0
0.21.0
0.20.0
0.19.0
0.18.1
0.18.0
0.17.0
0.16.0
0.15.0
0.14.0
0.13.0
0.12.2
0.12.1
0.12.0
0.11.1
0.11.0
0.10.4
0.10.3
0.10.2
0.10.1
0.9.10
A Backstage plugin that integrates towards Jenkins
backstage.io
backstage/community-plugins
@backstage-community/plugin-jenkins
/
dist
/
constants.esm.js
6 lines
(4 loc)
•
218 B
JavaScript
View Raw
1
2
3
4
5
6
const
JENKINS_ANNOTATION =
"jenkins.io/job-full-name"
;
const
LEGACY_JENKINS_ANNOTATION =
"jenkins.io/github-folder"
;
export
{ JENKINS_ANNOTATION, LEGACY_JENKINS_ANNOTATION };
//# sourceMappingURL=constants.esm.js.map