diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/plugins_manifest.yaml b/plugins_manifest.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3b34516757dd3ad24852f4992c5c3008255b4476 --- /dev/null +++ b/plugins_manifest.yaml @@ -0,0 +1,31 @@ +apiVersion: v1 + +# The repository name in repo1, excluding /ironbank-plugins +plugin-name: "Advanced Roadmaps for Jira" + +# The plugin version. +version: "1.2.2" + +# Provide a list of keywords which will be associated +# with the plugin. This will allow users to search +# the ironbank website for particular plugins. +keywords: +- Atlassian +- JIRA +- Plugin +- COTS +- Scriptrunner + +# Include the plugin files to download +resources: +- url: https://marketplace.atlassian.com/download/apps/1221237/version/100200201 + filename: portfolio-sever-confluence-macro-1.2.2.obr + validation: + type: sha256 + value: d646f5780d162fdc6d0e9c47ffed3b2f9716d6972ff311f64e54d6d161b448f5 + +# Include plugin maintainer info +maintainers: +- email: "eric.anderson@parsons.com" + name: "Eric Anderson" + username: "deverica"