-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
-
Blue Ocean 1.0-rc3
If you fork and add a github pipeline such as:
https://github.com/i386/app-store-demo
And open a branch that is something like "foo/bar", edit the pipeline, when you save it you will see:
However, it did actually save to github, but it wasn't able to find the pipeline to trigger a scan/build for and then redirect to. This must be one of those encoding problems
For other branch names, it works as advertised.
Code changed in jenkins
User: Keith Zantow
Path:
pom.xml
src/main/js/EditorPage.jsx
src/main/js/EditorRoutes.jsx
src/main/js/PipelineEditorLink.jsx
src/main/js/components/editor/CopyPastePipelineDialog.jsx
src/main/js/components/editor/EditorPage.jsx
src/main/js/services/PipelineSyntaxConverter.js
src/main/js/services/Security.js
src/main/less/editor.less
http://jenkins-ci.org/commit/blueocean-pipeline-editor-plugin/43c191341e3836e741425085d76784d08e34b327
Log:
Fix some misc. issues discovered in rc1 (#33)
JENKINS-42788- hide editor links when no create permissionJENKINS-42790- don't show the toast for a new pipelineJENKINS-42647- don't show Github JSON blobJENKINS-42735- encoding issue with branch names when save/runJENKINS-42649- ctrl/cmd + s to open the load/save dialogJENKINS-42789- error copy tweaks