1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
sap-jenkins-library/test/resources/test_pipeline_config.yml
Daniel Kurzynski 22ee06dc17 Enable configuration via yaml file + mavenExecute as example (#18)
* Enable configuration via yaml file
* Add documentation 
* Add tests
2017-12-06 12:03:06 +01:00

9 lines
143 B
YAML

#Project Setup
general:
productiveBranch: 'develop'
#Steps Specific Configuration
steps:
mavenExecute:
dockerImage: 'my-maven-docker'