terraform-provider-jenkins icon indicating copy to clipboard operation
terraform-provider-jenkins copied to clipboard

Add importer support for xml version 1.1

Open 2fd5 opened this issue 4 years ago • 0 comments

importer failed to work with recent version of xml config of jenkins job. Tested with jenkins version 2.261

/go/bin/importer  -job "BuildSoftwareN" -output tf
2020/11/10 21:48:51 [INFO] Initializing jenkins client
[ snip ]
</flow-definition>
2020/11/10 21:48:51 xml: unsupported version "1.1"; only version 1.0 is supported

2fd5 avatar Nov 10 '20 22:11 2fd5