Skip to content

Commit 23d9493

Browse files
authored
Update preDownload.sh
1 parent d635100 commit 23d9493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins-fat/preDownload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ do
44
then
55
echo "Already downloaded ${datei} "
66
else
7-
wget -P Plugins https://updates.jenkins.io/2.89/latest/${datei}.hpi
7+
wget -P Plugins https://updates.jenkins.io/latest/${datei}.hpi
88
mv Plugins/${datei}.hpi Plugins/${datei}.jpi
99
echo
1010
fi

0 commit comments

Comments
 (0)