Documentation toolchain test for copper 14/614/2
authorblsaws <bs3131@att.com>
Mon, 8 Jun 2015 21:46:57 +0000 (14:46 -0700)
committerblsaws <bs3131@att.com>
Mon, 8 Jun 2015 21:46:57 +0000 (14:46 -0700)
JIRA:COPPER-1

Change-Id: Idc1d7d0bdead2c17c4be27867bd3809b6be9bbb9
Signed-off-by: blsaws <bs3131@att.com>
jjb/copper/copper.yml

index ab77960..9483d31 100644 (file)
@@ -32,6 +32,7 @@
 
 - job-template:
     name: 'copper-daily-{stream}'
+    node: master
 
     # Job template for daily builders
     #
         - test-macro
 
     builders:
-        - shell: |
-            pwd
-            find .
-            echo "Hello world from copper {somevar} daily"
+        - shell: !include-raw ../opnfvdocs/docu-build.sh
 
     postbuilders:
         - test-macro
 
 - job-template:
     name: 'copper-verify'
+    node: master
 
     project-type: freestyle
 
                     branch-pattern: '**/master'
 
     builders:
-        - shell: |
-            pwd
-            find .
-            echo "verify logic goes here"
+        - shell: !include-raw ../opnfvdocs/docu-verify.sh
+
 
 - job-template:
     name: 'copper-merge'
+    node: master
 
     # builder-merge job to run JJB update
     #
                       branch-pattern: '**/master'
 
     builders:
-        - shell: |
-            pwd
-            find .
-            echo "merge logic goes here"
-
-
-
-
-
-
+        - shell: !include-raw ../opnfvdocs/docu-build.sh
\ No newline at end of file