terraform-provider-jenkins
terraform-provider-jenkins copied to clipboard
Importer support for freestyle projects
While trying to import an existing job:
❯ importer --job audit-users --output jenkins-ci-tf
I got
2020/02/07 15:46:04 expected element type <flow-definition> but have <project>
which suggests that the importer only supports Jenkins pipelines. Are there plans to support freestyle projects? Thanks!