Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

This repo hosts a nerdlet which provides a view of CICD information from a Jira Webhook integration

License

Notifications You must be signed in to change notification settings

newrelic-experimental/nr1-innovation-cicd

New Relic Experimental header

nr1-innovation-cicd nerdpack

This nerdpack allows you to evalute the efficiency and health of your development lifecycle, using the data from your Jira and Bitbucket projects, and connect your projects directly with the performance outcomes of srvice Workloads.

screenshot of this project

Getting started

With the Atlassian Integrations

Before anything, you need to start collecting data. Follow the linked instructions to get your Jira and Bitbucket integrations up and running.

With this Nerdpack

Once data is coming in, install the Nerdpack:

  1. First, ensure that you have Git and NPM installed. If you're unsure whether you have one or both of them installed, run the following commands. If you have them installed these commands will return a version number, if not, the commands won't be recognized:
git --version
npm -v
  1. Install the NR1 CLI by going to this link and following the instructions (5 minutes or less) to install and set up your New Relic development environment.
  2. Clone this repository and run the code locally against your New Relic data by running the following command:
nr1 nerdpack:clone -r https://github.com/newrelic/nr1-nerdpack-layout-standard.git
cd nr1-innovation-cicd
nr1 nerdpack:serve

Visit https://one.newrelic.com/?nerdpacks=local, navigate to the Nerdpack, and ✨

Deploying this Nerdpack

Local testing is great, but ultimately you need to deploy the app so that others in your company can use it also.

Read up on the full details about deploying a New Relic One app.

Or, open a command prompt in the nerdpack's directory and run the following commands:

# If you need to create a new uuid for the account to which you're deploying this Nerdpack, use the following
# nr1 nerdpack:uuid -g [--profile=your_profile_name]
# to see a list of APIkeys / profiles available in your development environment, run nr1 credentials:list
nr1 nerdpack:publish [--profile=your_profile_name]
nr1 nerdpack:deploy [-t [DEV|BETA|STABLE]] [--profile=your_profile_name]
nr1 nerdpack:subscribe [-t [DEV|BETA|STABLE]] [--profile=your_profile_name]

Visit https://one.newrelic.com, navigate to the Nerdpack, and ✨

Support

New Relic has open-sourced this project. This project is provided AS-IS WITHOUT WARRANTY OR DEDICATED SUPPORT. Issues and contributions should be reported to the project here on GitHub.

We encourage you to bring your experiences and questions to the Explorers Hub where our community members collaborate on solutions and new ideas.

Contributing

We encourage your contributions to improve nr1-innovation-cicd! Keep in mind when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. You only have to sign the CLA one time per project. If you have any questions, or to execute our corporate CLA, required if your contribution is on behalf of a company, please drop us an email at opensource@newrelic.com.

A note about vulnerabilities

As noted in our security policy, New Relic is committed to the privacy and security of our customers and their data. We believe that providing coordinated disclosure by security researchers and engaging with the security community are important means to achieve our security goals.

If you believe you have found a security vulnerability in this project or any of New Relic's products or websites, we welcome and greatly appreciate you reporting it to New Relic through HackerOne.

License

[Project Name] is licensed under the Apache 2.0 License.

[If applicable: The [project name] also uses source code from third-party libraries. You can find full details on which libraries are used and the terms under which they are licensed in the third-party notices document.]