Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

GeneralMills/blueocean-environments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins Blue Ocean Environments (Archived)

Adds a page to Blue Ocean that displays what environments (Dev, QA, Prod) a pipeline has been deployed to.

Note: this repository has been archived as it is no longer maintained.

Overview

It uses stage names to determine what constitutes a deploy to an environment. A successful "Development" step may mean that the pipeline has made it to Development. Since stage names are flexible, the stage names that represent Dev, QA, and Prod can be configured on the global configuration page. It is a comma delimited list of names.

Local Plugin Development Setup

  1. Make sure JDK is installed and the version is greater than 1.8. Use javac --version to check the version.
  2. Make sure mvn is install and is greater than 3 by using mvn --version.
  3. Check mvn settings for Jenkins plugin development. Use the following guide to change your .m2/settings.xml for plugin development. https://wiki.jenkins.io/display/JENKINS/Plugin+tutorial#Plugintutorial-SettingUpEnvironment
  4. Run mvn clean install to bring in all dependencies.
    • You may run into an error like Cannot find module '@jenkins-cd/react-material-icons', you could get around this by installing that module to another location and copying into your node_modules folder.
  5. Run mvn hpi:run in root of git repository directory
  6. Navigate to localhost:8080/jenkins and install Blue Ocean 1.5 by going to the following link and downloading the 1.5 .hpi. Then install it by going to Manage Jenkins > Manage Plugins > Advanced > Upload Plugin.
  7. Restart Jenkins by entering the mvn hpi:run command, and re-running it.
  8. Setup environments in local Jenkins instance under Manage Jenkins > Configure System. Alt text

Package & Install Jenkins Plugin

To package up and install the plugin on Jenkins:

  1. Run mvn package -DskipTests to package up the hpi file.
  2. Take the hpi file from the target folder.
  3. Navigate to the Jenkins instance and go to Manage Jenkins > Manage Plugins > Advanced > Upload Plugin and upload the hpi file from the target folder.

About

A plugin for Jenkins Blue Ocean which allows the user to see what builds have gone to different environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published