We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d635100 commit 23d9493Copy full SHA for 23d9493
jenkins-fat/preDownload.sh
@@ -4,7 +4,7 @@ do
4
then
5
echo "Already downloaded ${datei} "
6
else
7
- wget -P Plugins https://updates.jenkins.io/2.89/latest/${datei}.hpi
+ wget -P Plugins https://updates.jenkins.io/latest/${datei}.hpi
8
mv Plugins/${datei}.hpi Plugins/${datei}.jpi
9
echo
10
fi
0 commit comments