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..f8c9d25f5229528d41996bfcbd1fc941a2ace9ea --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM registry1.dso.mil/ironbank/docker/scratch:ironbank + +COPY portfolio-sever-confluence-macro-1.1.0.obr . + +HEALTHCHECK NONE \ No newline at end of file diff --git a/README.md b/README.md index f2a0372aea6d3c018f319188188161051e77df8e..8c971f416d59e609afc0aa5cd475f00ae08bd9f9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Advanced Roadmaps for Jira - Deployed -Ironbank risk analysis pipeline for the current version of Advanced Roadmaps for Jira(1.1.0) \ No newline at end of file +Ironbank risk analysis pipeline for the current version of Advanced Roadmaps for Jira(1.1.0) that is deployed on preprod and on all impact levels. \ No newline at end of file diff --git a/plugins_manifest.yaml b/plugins_manifest.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8bc8861e499957b812135ab18782ea19be6e8127 --- /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.1.0" + +# 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/100100001 + filename: portfolio-sever-confluence-macro-1.1.0.obr + validation: + type: sha256 + value: b20057a70df768eb11f08b3ee52a1cdece67dc96b26061461015c5b1618a54af + +# Include plugin maintainer info +maintainers: +- email: "eric.anderson@parsons.com" + name: "Eric Anderson" + username: "deverica"