Skip to content

How to use JSON as configuration file? #139

@sharpSteff

Description

@sharpSteff

For yaml it's straight forward, but how to use JSON ?

I tried following key/value formats:
[ {"pipeline_template", "Jenkinsfile"}, {"repository_name", "ExampleProject"} ]
and

{ "pipeline_template": "Jenkinsfile", "repository_name" : "ExampleProject" }

nothing worked out for me

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions