Disable nightly runs for pod2/foreman
[releng.git] / jjb / genesis / genesis-foreman.yml
index d5fe121..8da3279 100644 (file)
 
     node: ericsson-build
 
+    disabled: true
+
     parameters:
         - genesis-parameters:
             installer: '{installer}'
           - project: 'genesis-{installer}-build'
             git-revision: true
             block: true
+        - trigger-builds:
           - project: 'genesis-{installer}-deploy'
             git-revision: true
             block: true
+        - trigger-builds:
           - project: 'functest-opnfv-jump-2'
             block: true
 
 
     project-type: freestyle
 
+    disabled: true
+
     node: opnfv-jump-2
 
     logrotate:
             /bin/cp -f $WORKSPACE/opnfv.properties $WORKSPACE/latest.properties
 
             # upload artifact and additional files to google storage
-            gsutil cp $BUILD_DIRECTORY/OPNFV-CentOS-7-x86_64-$OPNFV_ARTIFACT_VERSION.iso gs://$GS_URL/opnfv-$OPNFV_ARTIFACT_VERSION.iso
-            gsutil cp $WORKSPACE/opnfv.properties gs://$GS_URL/opnfv-$OPNFV_ARTIFACT_VERSION.properties
-            gsutil cp $WORKSPACE/latest.properties gs://$GS_URL/latest.properties
+            gsutil cp $BUILD_DIRECTORY/OPNFV-CentOS-7-x86_64-$OPNFV_ARTIFACT_VERSION.iso gs://$GS_URL/opnfv-$OPNFV_ARTIFACT_VERSION.iso > gsutil.iso.log 2>&1
+            gsutil cp $WORKSPACE/opnfv.properties gs://$GS_URL/opnfv-$OPNFV_ARTIFACT_VERSION.properties > gsutil.properties.log 2>&1
+            gsutil cp $WORKSPACE/latest.properties gs://$GS_URL/latest.properties > gsutil.latest.log 2>&1
 
             echo
             echo "--------------------------------------------------------"