File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
121131rm -f $ZIP
122132mv $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+
124143source $WORKSPACE/.venv3/bin/activate
125144
126145pip install -U pip
You can’t perform that action at this time.
0 commit comments