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-06-04 17:03:01--  https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64&lang=en-US
Resolving download.mozilla.org (download.mozilla.org)... 54.161.254.81, 52.7.20.46, 54.221.51.221
Connecting to download.mozilla.org (download.mozilla.org)|54.161.254.81|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://download-installer.cdn.mozilla.net/pub/firefox/releases/126.0.1/linux-x86_64/en-US/firefox-126.0.1.tar.bz2 [following]
--2024-06-04 17:03:01--  https://download-installer.cdn.mozilla.net/pub/firefox/releases/126.0.1/linux-x86_64/en-US/firefox-126.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: 86894030 (83M) [application/x-tar]
Saving to: 'firefox.tar.bz2'


firefox.tar.bz2       0%[                    ]       0  --.-KB/s               
firefox.tar.bz2       6%[>                   ]   5.76M  20.8MB/s               
firefox.tar.bz2      27%[====>               ]  23.01M  48.1MB/s               
firefox.tar.bz2      33%[=====>              ]  27.76M  39.3MB/s               
firefox.tar.bz2      54%[=========>          ]  45.51M  50.1MB/s               
firefox.tar.bz2      73%[=============>      ]  60.51M  54.6MB/s               
firefox.tar.bz2      94%[=================>  ]  78.26M  59.7MB/s               
firefox.tar.bz2     100%[===================>]  82.87M  60.5MB/s    in 1.4s    

2024-06-04 17:03:03 (60.5 MB/s) - 'firefox.tar.bz2' saved [86894030/86894030]

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

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

Finished: SUCCESS