From ea85be40ad5ac1624207af5c008718694d860144 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Wed, 28 Apr 2021 13:31:43 -0500 Subject: [PATCH] Pipeline establishment --- .gitlab-ci.yml | 0 Dockerfile | 0 plugins_manifest.yaml | 31 +++++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+) 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..e69de29 diff --git a/plugins_manifest.yaml b/plugins_manifest.yaml new file mode 100644 index 0000000..3b34516 --- /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" -- GitLab