diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-05-14 18:32:01 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-05-14 18:32:01 +0200 |
commit | f6c70027ebec861ade8ee006f077a5da88ee45f7 (patch) | |
tree | 918e78e6bf30aa42ab4f08f7ae50258d4669ce13 /jjb/genesis/genesis-foreman.yml | |
parent | 4023f1eaafc08a628384758f19e9735e4926902d (diff) |
Disable nightly runs for pod2/foreman
JIRA: OCTO-47
Change-Id: Id7c410e2fe550d831f7a998b041f93b87c6e1956
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/genesis/genesis-foreman.yml')
-rw-r--r-- | jjb/genesis/genesis-foreman.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/jjb/genesis/genesis-foreman.yml b/jjb/genesis/genesis-foreman.yml index faa4d477d..8da32797d 100644 --- a/jjb/genesis/genesis-foreman.yml +++ b/jjb/genesis/genesis-foreman.yml @@ -170,6 +170,8 @@ node: ericsson-build + disabled: true + parameters: - genesis-parameters: installer: '{installer}' @@ -238,6 +240,8 @@ project-type: freestyle + disabled: true + node: opnfv-jump-2 logrotate: @@ -449,7 +453,7 @@ # 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.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 + gsutil cp $WORKSPACE/latest.properties gs://$GS_URL/latest.properties > gsutil.latest.log 2>&1 echo echo "--------------------------------------------------------" |