Add Jenkins plugin

It doesn't do anything other than render "Builds go here" in a DOM but
the scaffold is there to start making API calls. This plugin borrows
heavily from the CircleCI plugin.
This commit is contained in:
David Tuite
2020-06-21 18:31:25 +01:00
committed by Fredrik Adelöw
parent 2577c730e7
commit f080c3256f
19 changed files with 422 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint')],
};