All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.cucumber.test.file-store-config.properties.vm Maven / Gradle / Ivy

# Set file stores to use local storage for tests
#foreach($fileStore in $pipeline.fileStores)
${pipeline.name}.${fileStore.name}.provider=filesystem
${pipeline.name}.${fileStore.name}.container=$fileStore.name
${pipeline.name}.${fileStore.name}.jclouds.filesystem.basedir=./target/test-file-stores

#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy