Update migrate.md

This commit is contained in:
Nicolas De loof 2018-07-16 15:12:07 +02:00 committed by GitHub
parent 0a75f9dda9
commit 599a4047b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -14,6 +14,8 @@ http://[your_jenkins_url]/configuration-as-code/
Various samples of plugins' configuration can be found in [demos](../demos) folder
## [NOT SUPPORTED YET] Export existing configuration
## Export existing configuration
To be able to do that - once it becomes supported feature - you need to install the plugin manually on your working Jenkins instance and use export function.
To be able to do that you need to install the plugin manually on your working Jenkins instance and use export function under http://[your_jenkins_url]/configuration-as-code/. Please note that, at this time, the produced yaml output might not be usable as-is
as input for Configuration-as-Code. A strict roundtrip between export and configure is under consideration but might require some
changes in jenkins-core and few plugins.