diff options
Diffstat (limited to 'jjb/opnfvdocs/opnfvdocs.yml')
-rw-r--r-- | jjb/opnfvdocs/opnfvdocs.yml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/jjb/opnfvdocs/opnfvdocs.yml b/jjb/opnfvdocs/opnfvdocs.yml index 75cdf83e2..81b96d551 100644 --- a/jjb/opnfvdocs/opnfvdocs.yml +++ b/jjb/opnfvdocs/opnfvdocs.yml @@ -48,9 +48,7 @@ - timed: 'H H * * *' builders: - - shell: | - pwd - find . + - shell: !include-raw build-docu.sh - job-template: @@ -99,9 +97,7 @@ branch-pattern: '**/master' builders: - - shell: | - pwd - find . + - shell: !include-raw build-docu.sh - job-template: @@ -149,7 +145,5 @@ branch-pattern: '**/master' builders: - - shell: | - pwd - find . + - shell: !include-raw build-docu.sh |