diff --git a/openbis_all/source/bash/build.sh b/openbis_all/source/bash/build.sh
index 4f512bb53a53acdf17a8603192d5b9e865171916..320272bced4223463022a5379c044347b6454e96 100755
--- a/openbis_all/source/bash/build.sh
+++ b/openbis_all/source/bash/build.sh
@@ -67,7 +67,7 @@ function copy_to_cisd_server {
 		OPENBIS_PATH=~openbis/fileserver/sprint_builds/openBIS
 		SPRINT_DIR=$OPENBIS_PATH/$TODAY-$FULL_VER
 		mkdir -p $SPRINT_DIR
-		cp -p *$FULL_VER*.{zip,jar} $SPRINT_DIR/
+		cp -p *$FULL_VER*.{zip,gz} $SPRINT_DIR/
 		chmod g+w -R $SPRINT_DIR
 	fi
 	state_end
diff --git a/openbis_all/source/bash/tag_and_build.sh b/openbis_all/source/bash/tag_and_build.sh
index 2152a301ce70e56080a277bd3f22ae9b7edbd289..af5241913c91636b9954e7e9aa4ad558ed9467a4 100755
--- a/openbis_all/source/bash/tag_and_build.sh
+++ b/openbis_all/source/bash/tag_and_build.sh
@@ -81,7 +81,7 @@ function copy_to_cisd_server {
 		OPENBIS_PATH=~openbis/fileserver/sprint_builds/openBIS
 		SPRINT_DIR=$OPENBIS_PATH/$TODAY-$FULL_VER
 		mkdir -p $SPRINT_DIR
-		cp -p *$FULL_VER*.{zip,jar} $SPRINT_DIR/
+		cp -p *$FULL_VER*.{zip,gz} $SPRINT_DIR/
 		chmod g+w -R $SPRINT_DIR
 	fi
 	state_end