UNPKG

@backstage-community/plugin-jenkins

Version:

A Backstage plugin that integrates towards Jenkins

7 lines (6 loc) 526 B
export { EntityJenkinsContent, EntityJobRunsTable, EntityLatestJenkinsRunCard, jenkinsPlugin, jenkinsPlugin as plugin } from './plugin.esm.js'; export { LatestRunCard } from './components/Cards/Cards.esm.js'; export { Router, isJenkinsAvailable, isJenkinsAvailable as isPluginApplicableToEntity } from './components/Router.esm.js'; export { JENKINS_ANNOTATION, LEGACY_JENKINS_ANNOTATION } from './constants.esm.js'; export { JenkinsClient, jenkinsApiRef } from './api/JenkinsApi.esm.js'; //# sourceMappingURL=index.esm.js.map