github.com/ouraigua/jenkins-library@v0.0.0-20231028010029-fbeaf2f3aa9b/test/resources/variableSubstitution/datatypes_manifest-variables.yml (about)

     1  ---
     2  unique-prefix: uniquePrefix # A unique prefix. E.g. your D/I/C-User
     3  xsuaa-instance-name: uniquePrefix-catalog-service-odatav2-xsuaa
     4  hana-instance-name: uniquePrefix-catalog-service-odatav2-hana
     5  integer-variable: 1
     6  boolean-variable-true: Yes
     7  boolean-variable-false: false
     8  float-variable: 0.25
     9  json-variable: >
    10    [
    11      {"name":"token-destination",
    12       "url":"https://www.google.com",
    13       "forwardAuthToken": true}
    14    ]
    15  object-variable:
    16    hello: "world"
    17    this:  "is an object with"
    18    one: 1
    19    float: 25.0
    20    bool: Yes