jenkins-job-builder/doc/source
Victor Seva 1191dcfccf Allow use of aliases defined previously inside included files
Anchors and aliases were expanded internally within JJB's yaml loading
calls so they were limited to individual documents. Now, included files
will have access to aliases of anchors already defined at previously
processed files.

Example:

- default:
    name: default-timeout-wrapper
    timeout: &timeout
      fail: true
      elastic-percentage: 150
      elastic-default-timeout: 90
      type: elastic

- wrapper: !include include002_1.yaml.inc

Previously was not possible to use '*timeout' alias inside
include002_1.yaml.inc file

Closes-Story: 2000173

Change-Id: Ic031ddbb0310bd11748183fbde9502735c3b7169
2015-05-14 14:01:11 +02:00
..
builders.rst Add documentation. 2012-09-17 20:25:38 +00:00
conf.py Use sphinx extlinks to shorten links to Jenkins wiki 2015-02-24 21:37:17 +00:00
definition.rst Allow use of aliases defined previously inside included files 2015-05-14 14:01:11 +02:00
extending.rst Remove YamlParser from jenkins_jobs.builder 2015-04-22 11:59:07 -07:00
hipchat.rst Adding hipchat notification capability. 2012-10-01 17:03:26 +00:00
index.rst Update and clean up docs 2015-01-23 10:02:43 -08:00
installation.rst Revert "Added parallelization options" 2015-05-05 18:30:03 +00:00
metadata.rst Metadata plugin module - largely based on Parameters module. 2013-07-08 19:17:27 +00:00
notifications.rst Add documentation. 2012-09-17 20:25:38 +00:00
parameters.rst Add documentation. 2012-09-17 20:25:38 +00:00
project_flow.rst Flow project support 2013-10-04 14:30:02 -04:00
project_freestyle.rst Add documentation. 2012-09-17 20:25:38 +00:00
project_matrix.rst add matrix job support 2012-12-06 21:09:26 +00:00
project_maven.rst Add documentation. 2012-09-17 20:25:38 +00:00
properties.rst Add documentation. 2012-09-17 20:25:38 +00:00
publishers.rst Add documentation. 2012-09-17 20:25:38 +00:00
reporters.rst Add email publisher/reporter. 2012-09-20 15:20:45 +00:00
scm.rst Add documentation. 2012-09-17 20:25:38 +00:00
triggers.rst Add documentation. 2012-09-17 20:25:38 +00:00
wrappers.rst Add documentation. 2012-09-17 20:25:38 +00:00
zuul.rst Add documentation. 2012-09-17 20:25:38 +00:00