0cafeba626
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
12 lines
189 B
YAML
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'
|