From df07820eeb1fd785402d2e69f23488b484564840 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Mon, 24 May 2021 12:25:45 -0500 Subject: [PATCH] Pipeline Establishment --- .gitlab-ci.yml | 0 Dockerfile | 5 +++++ README.md | 2 +- plugins_manifest.yaml | 31 +++++++++++++++++++++++++++++++ 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 .gitlab-ci.yml create mode 100644 Dockerfile create mode 100644 plugins_manifest.yaml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..e69de29 diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..f8c9d25 --- /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 f2a0372..8c971f4 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 0000000..8bc8861 --- /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" -- GitLab