Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/firefox-update/workspace
[SSH] script:
cd /tmp
wget "https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64&lang=en-US" --output-document=firefox.tar.bz2
bunzip2 firefox.tar.bz2
cd /sw/external
tar xf /tmp/firefox.tar
chmod -R 755 ./firefox
rm /tmp/firefox.tar
/sw/external/firefox/firefox --version
[SSH] executing...
--2024-05-07 17:03:01-- https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64&lang=en-US
Resolving download.mozilla.org (download.mozilla.org)... 52.45.22.171, 52.72.0.70, 44.219.31.28
Connecting to download.mozilla.org (download.mozilla.org)|52.45.22.171|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://download-installer.cdn.mozilla.net/pub/firefox/releases/125.0.3/linux-x86_64/en-US/firefox-125.0.3.tar.bz2 [following]
--2024-05-07 17:03:01-- https://download-installer.cdn.mozilla.net/pub/firefox/releases/125.0.3/linux-x86_64/en-US/firefox-125.0.3.tar.bz2
Resolving download-installer.cdn.mozilla.net (download-installer.cdn.mozilla.net)... 34.117.35.28
Connecting to download-installer.cdn.mozilla.net (download-installer.cdn.mozilla.net)|34.117.35.28|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 86003134 (82M) [application/x-tar]
Saving to: 'firefox.tar.bz2'
firefox.tar.bz2 0%[ ] 0 --.-KB/s
firefox.tar.bz2 0%[ ] 482.17K 2.35MB/s
firefox.tar.bz2 9%[> ] 7.53M 18.8MB/s
firefox.tar.bz2 27%[====> ] 22.36M 37.0MB/s
firefox.tar.bz2 45%[========> ] 36.92M 45.9MB/s
firefox.tar.bz2 62%[===========> ] 51.45M 51.2MB/s
firefox.tar.bz2 80%[===============> ] 65.96M 54.7MB/s
firefox.tar.bz2 98%[==================> ] 80.48M 57.2MB/s
firefox.tar.bz2 100%[===================>] 82.02M 57.5MB/s in 1.4s
2024-05-07 17:03:03 (57.5 MB/s) - 'firefox.tar.bz2' saved [86003134/86003134]
chmod: changing permissions of './firefox': Operation not permitted
Mozilla Firefox 125.0.3
[SSH] completed
[SSH] exit-status: 0
Finished: SUCCESS