1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/test/groovy/templates
Oliver Nocon e20eb3c320
pipeline initialization - support nested keys (#695)
* pipeline initialization - support nested keys

support a nested structure for config keys for initialization conditions, like

```
Acceptance:
    stepConditions:
      cloudFoundryDeploy:
        configKeys:
          - 'cfSpace'
          - 'cloudFoundry/space'
```

* optimize code
2019-05-08 12:04:47 +02:00
..
PiperInitRunStageConfigurationTest.groovy pipeline initialization - support nested keys (#695) 2019-05-08 12:04:47 +02:00
PiperPipelineStageAcceptanceTest.groovy Project "Piper" Template: framework and structure (#476) 2019-02-05 15:37:59 +01:00
PiperPipelineStageAdditionalUnitTestsTest.groovy Project "Piper" Template: framework and structure (#476) 2019-02-05 15:37:59 +01:00
PiperPipelineStageBuildTest.groovy Project "Piper" Template: framework and structure (#476) 2019-02-05 15:37:59 +01:00
PiperPipelineStageComplianceTest.groovy Project "Piper" Template: framework and structure (#476) 2019-02-05 15:37:59 +01:00
PiperPipelineStageInitTest.groovy Project "Piper" Template: framework and structure (#476) 2019-02-05 15:37:59 +01:00
PiperPipelineStageIntegrationTest.groovy Project "Piper" Template: framework and structure (#476) 2019-02-05 15:37:59 +01:00
PiperPipelineStagePerformanceTest.groovy Project "Piper" Template: framework and structure (#476) 2019-02-05 15:37:59 +01:00
PiperPipelineStagePromoteTest.groovy Project "Piper" Template: framework and structure (#476) 2019-02-05 15:37:59 +01:00
PiperPipelineStagePRVotingTest.groovy Project "Piper" Template: framework and structure (#476) 2019-02-05 15:37:59 +01:00
PiperPipelineStageReleaseTest.groovy Project "Piper" Template: framework and structure (#476) 2019-02-05 15:37:59 +01:00
PiperPipelineStageSecurityTest.groovy Project "Piper" Template: framework and structure (#476) 2019-02-05 15:37:59 +01:00
PiperPipelineTest.groovy piperPipeline: add extensible post stage (#661) 2019-05-02 12:26:28 +02:00