summaryrefslogtreecommitdiffstats
path: root/jjb/copper/copper.yml
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2015-06-11 13:43:34 -0400
committerAric Gardner <agardner@linuxfoundation.org>2015-06-11 15:37:24 -0400
commita85c651868c92fc41d2f6149f02981c3b22e7577 (patch)
tree47ff5035920cec3d2e326af3eac449ad6fa098a1 /jjb/copper/copper.yml
parent14c253c2edb4d7bda9852c2006a334445950cc47 (diff)
Use new version docu-build.sh
Update jobs to use new version docu-build.sh, as well as cease using depreciated docu-verify.sh These two are special cases and will be handled in a seperate commit. ./doctor/docu-build.sh ./genesis/docu-build.sh Change-Id: I3e1d7750fce0a1e97e9c1904983e67189e0b8a32 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'jjb/copper/copper.yml')
-rw-r--r--jjb/copper/copper.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/jjb/copper/copper.yml b/jjb/copper/copper.yml
index 9483d3194..0a7f57d7b 100644
--- a/jjb/copper/copper.yml
+++ b/jjb/copper/copper.yml
@@ -70,7 +70,8 @@
- test-macro
builders:
- - shell: !include-raw ../opnfvdocs/docu-build.sh
+ - shell:
+ !include-raw docu-build.sh
postbuilders:
- test-macro
@@ -122,7 +123,8 @@
branch-pattern: '**/master'
builders:
- - shell: !include-raw ../opnfvdocs/docu-verify.sh
+ - shell:
+ !include-raw docu-build.sh
- job-template:
@@ -171,4 +173,5 @@
branch-pattern: '**/master'
builders:
- - shell: !include-raw ../opnfvdocs/docu-build.sh \ No newline at end of file
+ - shell:
+ !include-raw docu-build.sh