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
0
votes
1 answer

How to show 'Last Changed' revision in Blue Ocean?

I'm using Jenkins multi-branch pipelines and SVN. In the Blue Ocean view, a Commit version is shown. This version is always the highest revision number of the repository as a whole. I want it (or another field) to show the last changed version…
AndyK
  • 298
  • 1
  • 3
  • 9
0
votes
1 answer

Jenkins blue ocean can not save pipeline

the tomcat server shows the below execeptions. Caused by: java.lang.IllegalArgumentException: E-mail address of PersonIdent must not be null.
focus zheng
  • 345
  • 1
  • 4
  • 12
0
votes
1 answer

How to trigger Jenkins builds for PR for a specific fork in Bitbucket

We have a "blessed" repository, and every team forks this repository with auto-sync enabled (blessed -> fork). In their own forked repo, the team creates their feature branches. Then they make a pull request towards the main branch on the blessed…
Hmbucker
  • 115
  • 2
  • 10
0
votes
1 answer

Jenkins Pipeline building all branches simultaneously

I setup a simple Jenkinsfile that just echo a few steps. I setup a new repo on Bitbucket (git) and two branches called master and develop. When I commit something to master then both branches checkout and build in jenkins. Same behaviour on the…
Squirrel
  • 1,283
  • 1
  • 13
  • 22
0
votes
1 answer

Jenkins Blue Ocean with TFS 2013 & GIT - Saving Pipelines is unsupported using http/https repositories. Please use SSH instead

I recently set up Jenkins with the Blue Ocean plugin and have it building off a number of Git repos hosted on our TFS 2013. I updated the plugins and Jenkins so they are running the latest version. When I went to add a new pipeline for a new Git…
John Mc
  • 2,862
  • 1
  • 22
  • 37
0
votes
1 answer

Jenkins 2.82 and Blue Ocean plugin

I have latest Jenkins instance (version 2.82) It's up and running. Now, https://jenkins.io/doc/book/blueocean/getting-started/ I'm trying to install Blue Ocean Plugin, but it's NOT visible under Available or Installed tabs under Manage Jenkins >…
AKS
  • 16,482
  • 43
  • 166
  • 258
0
votes
1 answer

BlueOcean - Jenkins not able to pull Docker Image for environment

I am trying to use python image to build and test a very simple python project. But when I give Docker Image name in Jenkinsfile, it fails to pull the image. [drone-python_test-jenk-NVHH77CLU5PUMV6UVRK62EARJB3DUVF5FWILYVRZDXOE54RACN2Q] Running shell…
Shaurya Chaudhuri
  • 3,772
  • 6
  • 28
  • 58
0
votes
0 answers

Get user who stopped jenkins pipeline in blueocean UI

I have a Jenkins multibranch pipeline and I am using a Jenkinsfile for CI flow. Now in my Jenkinsfile I would like to get the user who stopped pipeline in Jenkins Blueocean UI. I have tried it using this: try { inputsubmitter = input message:…
deenbandhu
  • 599
  • 5
  • 18
0
votes
1 answer

Jenkins blueocean beta not available

I am trying to install the blueocean beta plugin for my Jenkins server. The first thing I saw is that I was not getting the proper plugins so I have updated my plugin url to: http://updates.jenkins-ci.org/experimental/update-center.json Currently…
Stephan-v
  • 19,255
  • 31
  • 115
  • 201
-1
votes
1 answer

How to choose job name from Jenkinsfile when creating the pipeline from BlueOcean

When creating a job/pipeline from BlueOcean interface the pipeline name is set to repo-name. I have a requirement to change this default behavior. We need a specific pattern in these Jenkins job name (something like a team name prefix for each…
-1
votes
1 answer

how to use "set environment variables" in blue ocean?

I don't know how to use 'set environment variables' in blue ocean. The following are the details: I add a step by the Blue Ocean UI Click tab 'Set Environment Variable' But i don't know how to use. I want to set a environment variable in a…
tiny
  • 11
-2
votes
1 answer

Github enterprise login in Blueocean

I am not sure what happened but during the setup of a pipeline via blueocean(jenkins) I am unable to view my repos. It returns a Error: fetch failed: 500 on the web console and when i do curl -v -H 'Authorization: token **********' …
1 2 3
12
13