Blue Ocean, a revamped user interface for the Jenkins CI/CD (continuous integration/continuous delivery) server.
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-blueoceanI am defining a pipeline using Jenkins Blue Ocean. I'm trying to do a simple python pep8 coding convention, but …
jenkins jenkins-pipeline jenkins-blueoceanI am testing out Gitea and would like to it to trigger a Jenkins build, pretty basic use case. I …
jenkins jenkins-plugins jenkins-blueocean giteaThe Jenkins Pipeline plugin (aka Workflow) can be extended with other Multibranch plugins to build branches and pull requests automatically. …
jenkins jenkins-pipeline jenkins-blueoceanOverview I'm currently configuring a pipeline consisting of a number of platform builds. At the beginning of the pipeline, a …
jenkins jenkins-pipeline jenkins-blueoceanInstalled Jenkins on a Linux server and want to install some plugins manually. I want to install Blue Ocean and …
jenkins plugins artifactory jenkins-blueoceanDoes SonarQube scanner support BlueOcean pipeline plugin without maven and docker, if it does how does the script works in …
jenkins sonarqube sonarqube-scan jenkins-blueoceanJenkins blue ocean pretty cool continuous integration tool, but I faced the following problem: At the main page, as was …
jenkins jenkins-blueoceanWhere is the pipeline editor located within the Blue Ocean Jenkins plugin? I can see my pipeline jobs, and when …
jenkins jenkins-plugins jenkins-blueoceanI 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