Questions tagged [jenkins-blueocean]

Blue Ocean is a [now abandoned] next generation user experience for Jenkins, Blue Ocean, a revamped user interface for the Jenkins CI/CD (continuous integration/continuous delivery) server. Use this tag for questions referring to the Blue Ocean plugin for Jenkins.

Blue Ocean is an essentially abandoned initiative to overhaul the Jenkins UI to support a better pipeline experience.

Blue Ocean Documentation (Jenkins Book), Installation Plugin. Gitter support

Designed from the ground up for Jenkins Pipeline, but still compatible with Freestyle jobs, Blue Ocean reduces clutter and increases clarity for every member of the team.

Key components such as the Pipeline Graph View have been excised and delivered as standalone plugins.

192 questions
10
votes
6 answers

gitea and jenkins webhook

I am testing out Gitea and would like to it to trigger a Jenkins build, pretty basic use case. I understand that there is the existing GOGs webhook pluging that can be used, but recently also found out that there is a Gitea plugin for Jenkins as…
fobius
  • 285
  • 1
  • 3
  • 15
10
votes
1 answer

How do I organize stuff in blueocean- views? folders?

Right now my blueocean is just a big list of ALL my projects on the same page, how do I organize them? I'd like to have different tabs or something to break them up by team at least. I haven't seen any examples of how to do this. In old jenkins…
red888
  • 27,709
  • 55
  • 204
  • 392
9
votes
2 answers

Jenkins Blue Ocean not loading after initial install on existing Jenkins instance

I just installed Blue Ocean on an existing Jenkins instance that I have been using for years. The landing page is not loading, and I'm getting the following error, which I have been unsuccessful in finding an answer to on SO or otherwise googling.…
Chris Vasselli
  • 13,064
  • 4
  • 46
  • 49
9
votes
1 answer

Using a different jenkinsfile path with Blue Ocean

Summary The Blue Ocean editor ignores the Script Path setting for the multibranch pipeline plugin and instead saves the Jenkinsfile in the repository root. Is this a bug? Background We have a single repository with several projects in it, so we're…
9
votes
2 answers

How do you set Jenkins stage or pipeline parallel branch status (unstable, failure etc) for use in Stage view and Blue Ocean UI?

Overview I'm currently configuring a pipeline consisting of a number of platform builds. At the beginning of the pipeline, a user can select which platforms to build or skip. Depending on whether the 'build' stage for each platform passes or fails,…
inkychris
  • 1,179
  • 2
  • 12
  • 18
9
votes
3 answers

Install and setup BlueOcean for Jenkins

I want to install Blue Ocean for Jenkins. Can anyone tell me the steps to do this.
leena
  • 302
  • 3
  • 7
8
votes
3 answers

Jenkins install plugins offline

Installed Jenkins on a Linux server and want to install some plugins manually. I want to install Blue Ocean and Artifactory. For both plugins I downloaded the hpi file and tried to install it, but I get a lot of dependency errors. Do I now have…
8
votes
2 answers

How to install docker-compose in jenkinsci/blueocean?

The docker image jenkinsci/blueocean seems official since the official document is mentioning the image. I want to run docker-compose command in the container but this image only comes with docker but not docker-compose. Thus, I tried to install…
SangminKim
  • 8,358
  • 14
  • 69
  • 125
7
votes
1 answer

Submodules in blueocean?

I have a blue ocean project which grabs a git project using an ssh key, I added new shell commands but it doesn't pull the submodules in the .gitsubmodules folder: [submodule "Assets/Engine"] path = Assets/Engine url =…
meds
  • 21,699
  • 37
  • 163
  • 314
7
votes
0 answers

How to see logs during a job execution in jenkins's blue ocean

I have a weird behaviour in Jenkins(2.46.3LTS) blue ocean gui (1.1.2). I don't have the output of my pipeline script (eg. echo "test" ). I only have this output : "Queued Waiting for run to start" despite I have some outputs in the legacy view.…
Alexandre T
  • 648
  • 2
  • 8
  • 24
7
votes
1 answer

How to build a pipeline as shown in blue oceans beta project page

I am new to Jenkins and looking for ways to automate and visualise workflows. I am able to chain few workflows/jobs together. I like to learn how to run workflows in parallel, like the picture shown in jenkins blue ocean beta page. Many thanks !
user1619524
  • 1,484
  • 4
  • 16
  • 26
6
votes
0 answers

Unable to hide sh step on jenkins pipeline

I am unable to hide the execution of an sh step on my jenkins pipeline on the Blue Ocean view, my Jenkinsfile looks like this: sh '#!/bin/sh -e\n' + "curl -s -u..." I have tried multiple variants and cannot get it to work, even tho have made this…
Ordiel
  • 2,442
  • 3
  • 36
  • 52
6
votes
5 answers

Get step id in Jenkins Pipeline for linking to BlueOcean or Pipeline Steps view (flowGraphTable)

Given a Jenkins pipeline that runs a series of steps, some within parallel blocks, is there any way to obtain within the pipeline the Flow id of a given step or the most recent step? What's a Flow ID? If you look at a Run of your Pipeline job you…
Craig Ringer
  • 307,061
  • 76
  • 688
  • 778
6
votes
1 answer

Direct url to the lastest details page of a build

I try to set up a public display on our department floor to present the current status of the Jenkin's maintained projects. Therefore I'm cycling through a session of Jenkins web pages like the Blue Ocean Pipeline overview or the detailed build…
6
votes
2 answers

Jenkins Blue Ocean workspace Path Too Long

We are using Jenkins Blue Ocean to build .Net applications on Windows 2012 r2 Jenkins Slaves. We use a Jenkinsfile inside the git repos to define the build pipelines. With a couple of the projects we get a build failure due to the workspace build…
1
2
3
12 13