Skip to content

siamaksade/jenkins-blueocean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Jenkins Blue Ocean for OpenShift

This repository is meant to be used with Jenkins S2I on OpenShift to install and enable Blue Ocean plugin on the official Jenkins image provided in OpenShift.

Create a Jenkins S2I build with this GitHub repository:

oc new-build jenkins:2~https://github.com/siamaksade/jenkins-blueocean.git --name=jenkins-blueocean

Then you can deploy the Jenkins templates with the customized image. Replace BLUEOCEAN_IMAGE_NAMESPACE with the project where the above S2I build is created:

oc new-app jenkins-ephemeral \
    -p NAMESPACE=BLUEOCEAN_IMAGE_NAMESPACE \
    -p JENKINS_IMAGE_STREAM_TAG=jenkins-blueocean:latest 

About

Jenkins Blue Ocean for OpenShift Jenkins S2I

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published