Actually modify the trigger job to use choosing-strategy: ancestry and
maximum-age: 7, so that only branches newer than 7 days old get built.
Also set build-name to the branch being triggered, for clarity.
Signed-off-by: Dan Mick <dan.mick@redhat.com>
skip-tag: true
timeout: 20
wipe-workspace: true
+ choosing-strategy: ancestry
+ maximum-age: 7
builders:
# build reef on:
- shell: echo skipping
wrappers:
+ - build-name:
+ name: "#${{BUILD_NUMBER}} ${{GIT_BRANCH}}"
- inject-passwords:
global: true
mask-password-params: true