-
New Feature
-
Resolution: Unresolved
-
Major
-
None
The core Blue Ocean team do not currently plan to implement subversion support in the next 12 months. However, we invite any interested developers to get in touch with us via the Jenkins UX mailing list or by commenting on this ticket if you wish to contribute to its development.
There are many blocker and critical bugs marked against the subversion-plugin which may mean that users are likely to have a bad experience with this plugin. Work needs to go into improving the subversion plugin quality before we can integrate it into Blue Ocean.
As a work around any jobs created in Jenkins Classic will be visible in Blue Ocean.
Story
Developer can create a pipeline using a subversion repository. Branches are automatically discovered and built. If the branch does not contain a Jenkinsfile the developer can use the pipeline editor to create their first Pipeline. The pipeline can be edited and saved at any time.
Original request
Blue Ocean only supports Git and Gitlab repositories.
Please add support for Subversion for pipeline creation.
Technical notes
Subversion seems to have the ability to "import" and "export" a single file from a repository which makes it technically feasible to provide read/write support in the editor
support here == creation + editor right jamesdumay? what is SVN story like with SCM api and blue ocean today?