Top "Jenkins-blueocean" questions

Blue Ocean, a revamped user interface for the Jenkins CI/CD (continuous integration/continuous delivery) server.

Jenkins Pipeline sh display name/label

With Jenkins 2 Pipeline plugin, there's a useful feature allowing a quick overview of the pipeline stages and status of steps, …

jenkins jenkins-pipeline continuous-delivery jenkins-blueocean
How to fix 'script returned exit code 1' when running Jenkins pipeline

I am defining a pipeline using Jenkins Blue Ocean. I'm trying to do a simple python pep8 coding convention, but …

jenkins jenkins-pipeline jenkins-blueocean
gitea and jenkins webhook

I am testing out Gitea and would like to it to trigger a Jenkins build, pretty basic use case. I …

jenkins jenkins-plugins jenkins-blueocean gitea
Matrix configuration with Jenkins pipelines

The Jenkins Pipeline plugin (aka Workflow) can be extended with other Multibranch plugins to build branches and pull requests automatically. …

jenkins jenkins-pipeline jenkins-blueocean
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 …

jenkins jenkins-pipeline jenkins-blueocean
Jenkins install plugins offline

Installed Jenkins on a Linux server and want to install some plugins manually. I want to install Blue Ocean and …

jenkins plugins artifactory jenkins-blueocean
How to execute SonarQube scanner in Jenkins Declarative Pipeline without Maven and Docker

Does SonarQube scanner support BlueOcean pipeline plugin without maven and docker, if it does how does the script works in …

jenkins sonarqube sonarqube-scan jenkins-blueocean
Jenkins blue ocean change github access token

Jenkins blue ocean pretty cool continuous integration tool, but I faced the following problem: At the main page, as was …

jenkins jenkins-blueocean
Where is the Blue Ocean pipeline editor?

Where is the pipeline editor located within the Blue Ocean Jenkins plugin? I can see my pipeline jobs, and when …

jenkins jenkins-plugins jenkins-blueocean
Multibranch pipeline job not showing open pull requests

I have configured a multibranch pipeline job in Jenkins linked to our GitHub repo which is working nicely, feeding back …

github jenkins jenkins-pipeline jenkins-blueocean