jenkins-blueocean Questions
2
I'm not following how the 'sh' step name or description is displayed in blue ocean. Right now, it's seemingly at random.
example...
This sh step shows 'Shell Script' in the step description:
sh...
Ambala asked 1/11, 2017 at 14:10
8
Where is the pipeline editor located within the Blue Ocean Jenkins plugin?
I can see my pipeline jobs, and when clicking into these I cant see any links\buttons that take me to the editor.
I'm su...
Escent asked 12/4, 2017 at 13:38
2
Solved
I have a Jenkins pipeline script with the key pieces shown below. Everything seems to be executing in the background but is not showing on BlueOcean.
Am I doing something wrong or it is some kind ...
Plaice asked 8/2, 2021 at 17:15
3
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, ...
Pappus asked 9/10, 2018 at 9:4
5
Solved
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...
Retinoscope asked 21/1, 2019 at 10:11
4
Solved
We are using Jenkins Pipeline Multibranch Plugin with Blue Ocean.
Through my reading, I believe it is quite common to tie your project's build number to the Jenkins run, as this allows traceabilit...
Acceleration asked 16/1, 2018 at 13:14
5
In the below screenshot some debug entries display the output text (with - Print Message at the end) while others simply display Print Message. To view these you have to expand the step to see the ...
Charpentier asked 29/3, 2018 at 20:1
4
I have configured a multibranch pipeline job in Jenkins linked to our GitHub repo which is working nicely, feeding back the status of checks to the pull request in our GitHub so we know if the bran...
Distribution asked 27/4, 2017 at 8:48
5
Solved
Jenkins blue ocean pretty cool continuous integration tool, but I faced the following problem:
At the main page, as was asked, I inserted my GitHub access token
And after that I realized that ...
Expectorant asked 19/7, 2017 at 10:2
1
I'm setting a Multi-Branch pipeline in jenkins blue ocean. Everything is starting to work nice.
One thing I've noticed is that once a while, I get an execution of the job named: "Branch indexing" ...
Dowry asked 28/6, 2018 at 11:54
6
Solved
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...
Berley asked 18/1, 2018 at 7:58
1
I would like to ask is there any way to query run time build steps by using Jenkins pipeline REST API? I refer to this link https://github.com/jenkinsci/pipeline-stage-view-plugin/tree/master/rest-...
Multinuclear asked 27/6, 2018 at 9:18
2
Solved
I am defining a pipeline using Jenkins Blue Ocean.
I'm trying to do a simple python pep8 coding convention, but if I go inside the shell and type the command directly, it runs fine.
But when the ...
Incestuous asked 31/3, 2020 at 5:3
2
Anyone know how I can get the separate logs (for each pipeline stage) as the Blue Ocean shows. I need to attach them to Jira but I can not find them.
Any idea?
Tiddlywinks asked 23/11, 2018 at 9:48
2
Solved
In my Jenkinsfile I execute 2 stages in parallel and one of these stages would consist of few other sequential stages. When I run the script and check the pipeline in BlueOcean, that sequence of st...
European asked 14/2, 2020 at 16:54
2
Solved
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...
Peanut asked 11/1, 2017 at 10:36
1
Solved
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 si...
Vitrain asked 15/11, 2017 at 14:16
1
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 Blu...
Cumulonimbus asked 19/6, 2017 at 13:52
5
Solved
The Jenkins Pipeline plugin (aka Workflow) can be extended with other Multibranch plugins to build branches and pull requests automatically.
What would be the preferred way to run multiple configu...
Astonied asked 20/6, 2016 at 10:55
3
I have git monorepo with different apps. Currently I have single Jenkinsfile in root folder that contains pipeline for app alls. It is very time consuming to execute full pipeline for all apps when...
Inmesh asked 12/2, 2018 at 16:23
0
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 variant...
Gnash asked 31/3, 2019 at 3:43
2
Solved
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...
Baun asked 26/6, 2018 at 12:42
1
I have a Pipeline job that has a parameter for the BRANCH_NAME to specify which branch to build from my bitbucket repo. I use this in the Branch Specifier as ${BRANCH_NAME} in the pipeline definiti...
Doherty asked 16/7, 2018 at 16:51
8
Solved
With Jenkins 2 Pipeline plugin, there's a useful feature allowing a quick overview of the pipeline stages and status of steps, including logging output.
However, if you use the "Shell script" (sh)...
Wingspan asked 9/9, 2016 at 15:22
1
Solved
I'm aware of Jenkins Pipeline sh display name/label
But when using
sh "echo foo", label: "my step"
I'll get the following error:
Arguments to "sh" must be explicitly named
I made sure to ha...
Cabbala asked 20/2, 2019 at 13:17
1 Next >
© 2022 - 2024 — McMap. All rights reserved.