Create periodic build job for eiffel-playground project
[infra/cicd.git] / jjb / eiffel / macros / eiffel-macros.yaml
1 ---
2 # common parameters for all eiffel projects
3 - parameter:
4     name: eiffel-parameters
5     parameters:
6       - string:
7           name: GIT_BASE_HTTPS
8           default: https://github.com/eiffel-community
9           description: HTTPS URL of Project Repo on GitHub to clone repo
10       - string:
11           name: GIT_BASE_SSH
12           default: git@github.com:eiffel-community
13           description: SSH URL of Project Repo on GitHub to clone repo
14       - string:
15           name: PROJECT_BUILD_ROOT
16           default: '{project-build-root}'
17           description: Dockerfiles are located in different paths so this sets the path to navigate in the clone.
18       - choice:
19           name: PODMAN_LOG_LEVEL
20           choices:
21             - error
22             - debug
23             - info
24             - warn
25             - fatal
26             - panic
27           default: info
28           description: Podman log level to use. Default is error.
29
30 # vim: set ts=2 sw=2 expandtab: