jenkins-blueocean

Can't find pipeline editor anymore

て烟熏妆下的殇ゞ 提交于 2019-12-11 01:39:45
问题 I have the Blue ocean beta plugin installed and cannot find the pipeline editor. Where should it be? I have the latest version of the plugin installed, I'm sure it used to be an obvious button you could click on when going to the blue ocean view, but it's not there for me anymore. 回答1: I encountered the same problem and posted a question in the Cloudbees Community. One of the Cloudbees engineers responded with this: "At the moment you can only edit Pipelines that have been created through the

Migrate from Jenkins Multijob to Pipeline plug-in

与世无争的帅哥 提交于 2019-12-10 13:37:36
问题 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 a specific order (build, analysis, unit test, integration test, etc.). I'm interested in upgrading to Jenkins 2 and using the Pipeline plug-in (previously known as the Workflow plug-in). The Pipeline plug-in offers a nice graphical representation and also offers some more advanced features that we

Cant open Blue Ocean visual pipeline editor

有些话、适合烂在心里 提交于 2019-12-09 06:22:21
问题 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 option to create/edit pipeline (Jenkinsfile file). No matter if repo contains it or not. When Ocean connects to git server creation is over. I cannot open visual pipeline editor via URL ([local-address]/blue/organizations/jenkins/pipeline-editor/[project-name]). I get error alert with message: Error

Jenkins pipeline - parallel stages merging only at the last stage

主宰稳场 提交于 2019-12-08 08:45:38
问题 I tried looking at the Jenkins pipeline documentation and more importantly the issue JENKINS-38442 before asking this question. I would like to create a pipeline that looks like this: Basically, I would like the parallel stages to merge at different stages rather than the next stage itself. Is this possible? The best I could do so far is only this: Below is the pipeline code that generated the above pipeline: node { def staticTests = [:] staticTests["unit tests"] = {stage('unit'){ }}

How to execute SonarQube scanner in Jenkins Declarative Pipeline without Maven and Docker

断了今生、忘了曾经 提交于 2019-12-08 06:22:11
问题 Does SonarQube scanner support BlueOcean pipeline plugin without maven and docker, if it does how does the script works in Jenkinsfile? I'm new to Jenkins and BlueOcean and have tried all the basic possible aspects available. If the SonarQube plugin did support Declarative: pipeline { agent any stages { stage('SonarQube analysis') { tools { sonarQube 'SonarQube Scanner 2.8' } steps { withSonarQubeEnv('SonarQube Scanner') { sh 'sonar-scanner' } } } } } 回答1: We cannot say that the SonarQube

Jenkins blue ocean change github access token

六月ゝ 毕业季﹏ 提交于 2019-12-05 04:56:29
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 was incorrect token from another company. And now I want to change to another token but there is no option to do that. I'm always getting the following screen without the possibility to change the key. I found out that if I the token was deleted from GiHub tokens page I can insert the new one at the page depicted above. But now there is no way to delete that token. I need to resolve the problem from

gitea and jenkins webhook

。_饼干妹妹 提交于 2019-12-04 13:31:09
问题 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 out that there is a Gitea plugin for Jenkins as well. In GOGS case you would call Jenkins via: http://localhost:8080/gogs-webhook/?job=job_name In the example above, obviously updating the Jenkins location and job name as needed. The problem is there is no documentation for the Gitea plugin, but

Where is the Blue Ocean pipeline editor?

末鹿安然 提交于 2019-12-04 08:20:55
问题 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 sure in previous beta releases I could get to it, but now since the official release has been launched which I am now using, I cannot find it. Anyone know where it's hiding? 回答1: Use following url to open the pipeline editor: http://<host>:<port>/jenkins/blue/organizations/jenkins/pipeline-editor/ 回答2:

Cant open Blue Ocean visual pipeline editor

微笑、不失礼 提交于 2019-12-03 08:03:58
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 option to create/edit pipeline (Jenkinsfile file). No matter if repo contains it or not. When Ocean connects to git server creation is over. I cannot open visual pipeline editor via URL ([local-address]/blue/organizations/jenkins/pipeline-editor/[project-name]). I get error alert with message: Error loading Pipeline There was an error loading the pipeline from the Jenkinsfile in this repository.

Where is the Blue Ocean pipeline editor?

£可爱£侵袭症+ 提交于 2019-12-03 01:44:37
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 sure in previous beta releases I could get to it, but now since the official release has been launched which I am now using, I cannot find it. Anyone know where it's hiding? Prashant Kajale Use following url to open the pipeline editor: http://<host>:<port>/jenkins/blue/organizations/jenkins/pipeline-editor/ konstin In addition to Prashant Kajale's answer, you can edit a specific item with [Url of