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-06-11 17:03:01-- https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64&lang=en-US
Resolving download.mozilla.org (download.mozilla.org)... 54.210.181.173, 54.156.18.242, 44.217.133.230
Connecting to download.mozilla.org (download.mozilla.org)|54.210.181.173|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://download-installer.cdn.mozilla.net/pub/firefox/releases/127.0/linux-x86_64/en-US/firefox-127.0.tar.bz2 [following]
--2024-06-11 17:03:01-- https://download-installer.cdn.mozilla.net/pub/firefox/releases/127.0/linux-x86_64/en-US/firefox-127.0.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: 87426818 (83M) [application/x-tar]
Saving to: 'firefox.tar.bz2'
firefox.tar.bz2 0%[ ] 0 --.-KB/s
firefox.tar.bz2 24%[===> ] 20.51M 103MB/s
firefox.tar.bz2 48%[========> ] 40.85M 102MB/s
firefox.tar.bz2 79%[==============> ] 66.28M 110MB/s
firefox.tar.bz2 100%[===================>] 83.38M 119MB/s in 0.7s
2024-06-11 17:03:02 (119 MB/s) - 'firefox.tar.bz2' saved [87426818/87426818]
chmod: changing permissions of './firefox': Operation not permitted
Mozilla Firefox 127.0
[SSH] completed
[SSH] exit-status: 0
Finished: SUCCESS