jenkins-blueocean Questions
3
Solved
I am currently configuring a Jenkins server hosted on a Docker container in AWS.
I am using BlueOcean to configure a repository.
Right now, the pipeline scans all branches on a repository to de...
Tenorrhaphy asked 15/10, 2018 at 17:3
2
Solved
Recently I installed Blue Ocean plugin, but I can't find out how to edit or create pipeline using plugin's UI.
When I create new pipeline in Blue Ocean and connect with GitLab repo, I don't have o...
Sharice asked 9/8, 2017 at 15:20
2
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...
Cornie asked 28/4, 2018 at 8:24
1
I have a Jenkins declarative pipeline with an input prompt.
stage('Approval') {
when {
branch "qa"
}
input {
message "Approve release?"
ok "Yes"
parameters {
...
Arquebus asked 15/2, 2018 at 3:11
1
Solved
We're generally switching from using Freestyle to pipeline projects, and as part of that are using Blue Ocean on a regular basis. For the classic view, we generate html job descriptions that point ...
Wattle asked 19/6, 2017 at 15:35
1
Solved
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"]
pat...
Masterly asked 7/2, 2018 at 15:1
1
Solved
I have researched this issue a lot and cannot find an answer to that, so I have setup a simple project on Jenkins before and I get all the perks of the "Build Triggers" tab where I can select exact...
Ferrule asked 30/11, 2017 at 3:31
3
I want to install Blue Ocean for Jenkins. Can anyone tell me the steps to do this.
Canned asked 1/7, 2016 at 9:29
1
Solved
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 see...
Mord asked 18/8, 2017 at 20:33
1
I have a Jenkins pipeline that doesn't use git. I would LOVE to use Blue ocean as an interface for the developers and QA members but since I'm not using git the interface is limited. If I could edi...
Cadwell asked 25/4, 2017 at 20:10
0
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"...
Longmire asked 23/6, 2017 at 8:18
1
Solved
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 s...
Eu asked 17/12, 2016 at 12:43
1
Currently we are using Jenkins CI 1.643 (I believe) with the Multijob plugin and Job DSL.
A collection of jobs is generated using Job DSL, as well as a multijob that contains all the other jobs in ...
Ivatts asked 10/6, 2016 at 9:12
© 2022 - 2024 — McMap. All rights reserved.