Skip to content

Commit 45921ea

Browse files
ci: Improve jre.sh
1 parent 48a9c30 commit 45921ea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

jenkins/jre.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
#
2929

3030
# see https://api.adoptium.net/q/swagger-ui/#/Binary/getBinaryByVersion
31-
winApi='https://api.adoptium.net/v3/binary/version/jdk-17.0.13%2B11/windows/x64/jre/hotspot/normal/eclipse?project=jdk'
32-
macApi='https://api.adoptium.net/v3/binary/version/jdk-17.0.13%2B11/mac/aarch64/jre/hotspot/normal/eclipse?project=jdk'
33-
linuxApi='https://api.adoptium.net/v3/binary/version/jdk-17.0.13%2B11/linux/x64/jre/hotspot/normal/eclipse?project=jdk'
34-
wget -c ${winApi} --no-check-certificate -O aftifact/OpenJDK17U-jre_x64_windows_hotspot_17.0.13_11.zip
35-
wget -c ${linuxApi} --no-check-certificate -O aftifact/OpenJDK17U-jre_x64_linux_hotspot_17.0.13_11.tar.gz
36-
wget -c ${macApi} --no-check-certificate -O aftifact/OpenJDK17U-jre_aarch64_mac_hotspot_17.0.13_11.tar.gz
31+
winApi='https://api.adoptium.net/v3/binary/version/jdk-17.0.14%2b7/windows/x64/jre/hotspot/normal/eclipse?project=jdk'
32+
macApi='https://api.adoptium.net/v3/binary/version/jdk-17.0.14%2b7/mac/aarch64/jre/hotspot/normal/eclipse?project=jdk'
33+
linuxApi='https://api.adoptium.net/v3/binary/version/jdk-17.0.14%2b7/linux/x64/jre/hotspot/normal/eclipse?project=jdk'
34+
wget -c ${winApi} --no-check-certificate -O aftifact/OpenJDK17U-jre_x64_windows_hotspot_17.0.14_7.zip
35+
wget -c ${linuxApi} --no-check-certificate -O aftifact/OpenJDK17U-jre_x64_linux_hotspot_17.0.14_7.tar.gz
36+
wget -c ${macApi} --no-check-certificate -O aftifact/OpenJDK17U-jre_aarch64_mac_hotspot_17.0.14_7.tar.gz
3737

0 commit comments

Comments
 (0)