diff options
author | Victor Laza <vlaza@cloudbasesolutions.com> | 2015-05-04 10:14:18 +0300 |
---|---|---|
committer | Victor Laza <vlaza@cloudbasesolutions.com> | 2015-05-04 10:17:34 +0300 |
commit | 8b12756b2e200a830898b6e73e49969f4adca658 (patch) | |
tree | 9c22b4c8da509abe063ec962b11a95d5941b36bf /jjb/pharos/pharos.yml | |
parent | 1e2ad344685a6f07ecc29329ecee2e2aca4fd9c1 (diff) |
Extend dynamic project variable in docu-build scripts
JIRA: DOCS-26 - Extend dynamic project variable in docu-build scripts
for functest, octopus, genesis & pharos
Change-Id: I2bb699e7060754527fae4d7abe5b8fbf46c0a7dd
Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
Diffstat (limited to 'jjb/pharos/pharos.yml')
-rw-r--r-- | jjb/pharos/pharos.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/pharos/pharos.yml b/jjb/pharos/pharos.yml index 8b5a01251..89f6a392a 100644 --- a/jjb/pharos/pharos.yml +++ b/jjb/pharos/pharos.yml @@ -72,7 +72,7 @@ builders: - shell: - !include-raw build-upload-docu.sh + !include-raw docu-build.sh postbuilders: - test-macro @@ -126,7 +126,7 @@ builders: - shell: - !include-raw build-docu-verify.sh + !include-raw docu-verify.sh - job-template: name: 'pharos-merge' @@ -176,5 +176,5 @@ builders: - shell: - !include-raw build-upload-docu.sh + !include-raw docu-build.sh |