Skip to main content
1 vote
1 answer
63 views

I have a CI pipeline which is triggered whenever a user creates a merge request. In addition, I can run it on a specific branch that I give as a parameter. I then checkout the branch and run the unit ...
Omer Lerner's user avatar
1 vote
0 answers
174 views

When using the Jenkins functions readJSON and httpRequest in my groovy file for a Jenkins pipeline step, this gets shown as a row in Jenkins Blue. Is there any way to disable the logging of these ...
GSerum_'s user avatar
  • 113
0 votes
1 answer
41 views

I was wondering if that is possible to show the information about the host builder machine on the Pipeline page of the Blue Ocean for the builds. Since the build pick the available builder to run on, ...
Tiger Galo's user avatar
0 votes
1 answer
352 views

I'm trying to create a Pipeline with my git repo in Blue Ocean, but whatever I enter in the text field I get the error 'Repository URL - Please enter a valid URL'. The Jenkins run through a Docker ...
b5juan's user avatar
  • 1
0 votes
1 answer
44 views

I created a pipeline with parallel stages using Jenkins and BlueOcean to view the work flow. Is there a way to view only the parallel stage and when clicked on dropdown all the stages inside? In the ...
J_Quinn's user avatar
0 votes
1 answer
1k views

I am trying to create pipeline using blue ocean(jenkins), but i am getting this error: I have performed all the steps (linking github, creating stage etc.) and while creating the pipeline I used ...
Sajjan Yadav's user avatar
0 votes
2 answers
559 views

I have a Jenkins pipeline supported by Groovy in the git SCM which has stage inside steps. Why I did it- To reuse the code. Actually our reusable code lies in a groovy method that has got stage. And ...
love gupta's user avatar
1 vote
1 answer
557 views

I try to wrap my head around the problem, so it is also hard for me to ask any specific questions. I have repo R1 and repo R2 at github. but I need to build them as one as this is a legacy project, so ...
Paweł Kamiński's user avatar
1 vote
1 answer
2k views

I want to configure Jenkins 2.375.2 to build gradle project. But when I configure the pipe using Blue Ocean plugin and I run the pipeline I get error: + ./gradlew build /var/lib/jenkins/workspace/...
Peter Penzov's user avatar
0 votes
1 answer
298 views

I got code that list all branches and stages for my pipeline def build_jobs = [:] build_jobs['1'] = { node('builder'){ stage('A'){ sh 'echo 1' printMyStage() ...
Ziv M's user avatar
  • 417
0 votes
1 answer
281 views

I got code that list all branches and stages for my pipeline def build_jobs = [:] build_jobs['1'] = { node('builder'){ stage('A'){ sh 'echo 1' printMyStage() ...
Ziv M's user avatar
  • 417
1 vote
0 answers
57 views

I need to report on build metrics. There is a plugin that offers this information called build-metrics but it does not work with blue ocean. Has anybody found a way to accomplish this? I've tried ...
jpolley's user avatar
  • 134
1 vote
1 answer
1k views

Playing with Jenkins pipeline from https://www.jenkins.io/doc/pipeline/examples/#parallel-multiple-nodes Simple two parallel steps (OK) I made a first test pipeline this way: pipeline { stages { ...
user1556814's user avatar
1 vote
1 answer
6k views

Pulled latest jenkins image in docker. Followed the steps of jenkins io. Jenkins runs fine, I am able to create builds which checkout git repos. What doesn't seem to work, is to create a pipeline for ...
bas's user avatar
  • 15.3k
3 votes
0 answers
513 views

I am trying to setup a docker pipeline with Jenkins - Blue Ocean plugin. I have my repository in bitbucket cloud. In the Blue Ocean plugin I create a new pipeline for bitbucket cloud, but can't ...
bas's user avatar
  • 15.3k

15 30 50 per page
1
2 3 4 5
13