Skip to content

Commit 44eb41b

Browse files
committed
Install zarr-pixel-buffer and dependencies
1 parent 4c0f4d6 commit 44eb41b

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

home/jobs/OMERO-server/config.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,16 @@ rm -rf $WORKSPACE/* # Should leave .venv3</command>
9595
<selector class="hudson.plugins.copyartifact.StatusBuildSelector"/>
9696
<flatten>true</flatten>
9797
<doNotFingerprintArtifacts>false</doNotFingerprintArtifacts>
98+
</hudson.plugins.copyartifact.CopyArtifact>
99+
<hudson.plugins.copyartifact.CopyArtifact plugin="copyartifact@770.va_6c69e063442">
100+
<project>OMERO-zarr-pixel-buffer-build</project>
101+
<filter></filter>
102+
<target></target>
103+
<includeBuildNumberInTargetPath>false</includeBuildNumberInTargetPath>
104+
<excludes></excludes>
105+
<selector class="hudson.plugins.copyartifact.StatusBuildSelector"/>
106+
<flatten>true</flatten>
107+
<doNotFingerprintArtifacts>false</doNotFingerprintArtifacts>
98108
</hudson.plugins.copyartifact.CopyArtifact>
99109
<hudson.tasks.Shell>
100110
<command>
@@ -121,6 +131,15 @@ unzip $ZIP
121131
rm -f $ZIP
122132
mv $WORKSPACE/$DIST $OMERO_DIST
123133

134+
# Install omero-zarr-pixel-buffer
135+
wget -P $OMERO_DIST/lib/server https://repo.maven.apache.org/maven2/com/github/ben-manes/caffeine/caffeine/3.1.8/caffeine-3.1.8.jar
136+
wget -P $OMERO_DIST/lib/server https://repo.maven.apache.org/maven2/dev/zarr/jzarr/0.4.2/jzarr-0.4.2.jar
137+
wget -P $OMERO_DIST/lib/server https://repo.maven.apache.org/maven2/org/lasersonlab/s3fs/2.2.3/s3fs-2.2.3.jar
138+
wget -P $OMERO_DIST/lib/server https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk-s3/1.12.659/aws-java-sdk-s3-1.12.659.jar
139+
for x in *.jar; do
140+
mv $x $OMERO_DIST/lib/server
141+
done
142+
124143
source $WORKSPACE/.venv3/bin/activate
125144

126145
pip install -U pip

0 commit comments

Comments
 (0)