Skip to content
Success

Console Output

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-09-24 17:03:01--  https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64&lang=en-US
Resolving download.mozilla.org (download.mozilla.org)... 34.202.186.108, 54.208.105.116, 54.159.68.96
Connecting to download.mozilla.org (download.mozilla.org)|34.202.186.108|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://download-installer.cdn.mozilla.net/pub/firefox/releases/130.0.1/linux-x86_64/en-US/firefox-130.0.1.tar.bz2 [following]
--2024-09-24 17:03:02--  https://download-installer.cdn.mozilla.net/pub/firefox/releases/130.0.1/linux-x86_64/en-US/firefox-130.0.1.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: 87332542 (83M) [application/octet-stream]
Saving to: 'firefox.tar.bz2'


firefox.tar.bz2       0%[                    ]       0  --.-KB/s               
firefox.tar.bz2      18%[==>                 ]  15.01M  74.9MB/s               
firefox.tar.bz2      49%[========>           ]  41.02M   102MB/s               
firefox.tar.bz2      74%[=============>      ]  62.27M   104MB/s               
firefox.tar.bz2      98%[==================> ]  82.01M   102MB/s               
firefox.tar.bz2     100%[===================>]  83.29M   102MB/s    in 0.8s    

2024-09-24 17:03:03 (102 MB/s) - 'firefox.tar.bz2' saved [87332542/87332542]

chmod: changing permissions of './firefox': Operation not permitted
Mozilla Firefox 130.0.1

[SSH] completed
[SSH] exit-status: 0

Finished: SUCCESS