jenkins-job-builder/tests/yamlparser/fixtures/mask_internal_component.yaml
Darragh Bailey 0cafeba626 Order component retrieval to favour user defined
Prefer user defined macros over inbuilt entry points, as JJB may
accidentally use a name that has already been used by an end-user to
define a custom macro.

Warn users when they have a macro defined that masks an in-built
component to avoid accidentally changing XML generated with new
releases.

Change-Id: I6cae62d7cc40be6c4a5636a74f151fcce4cdd856
2015-12-12 19:09:01 +00:00

12 lines
189 B
YAML

- builder:
name: python
builders:
- shell:
bash {file}
- job:
name: mask-internal-module
builders:
- python:
file: '/opt/bin/run_python.sh'