--- # common parameters for all eiffel projects - parameter: name: eiffel-parameters parameters: - string: name: GIT_BASE_HTTPS default: https://github.com/eiffel-community description: HTTPS URL of Project Repo on GitHub to clone repo - string: name: GIT_BASE_SSH default: git@github.com:eiffel-community description: SSH URL of Project Repo on GitHub to clone repo - string: name: PROJECT_BUILD_ROOT default: '{project-build-root}' description: Dockerfiles are located in different paths so this sets the path to navigate in the clone. - choice: name: PODMAN_LOG_LEVEL choices: - error - debug - info - warn - fatal - panic default: info description: Podman log level to use. Default is error. # vim: set ts=2 sw=2 expandtab: