From 4e3ad7a4936a364648114b0c2aa6be65b032aae5 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Tue, 14 Apr 2015 11:09:27 -0400 Subject: Need to remove pipe and commands before the include-raw Change-Id: I72f78f973da54b686b15575fb97c4ad5b5f79a56 JIRA:0000 Signed-off-by: Aric Gardner --- jjb/opnfvdocs/opnfvdocs.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'jjb') 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 -- cgit 1.2.3-korg