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-08-27 17:03:01-- https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64&lang=en-US Resolving download.mozilla.org (download.mozilla.org)... 54.237.152.96, 54.197.152.165, 44.215.36.34 Connecting to download.mozilla.org (download.mozilla.org)|54.237.152.96|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://download-installer.cdn.mozilla.net/pub/firefox/releases/129.0.2/linux-x86_64/en-US/firefox-129.0.2.tar.bz2 [following] --2024-08-27 17:03:01-- https://download-installer.cdn.mozilla.net/pub/firefox/releases/129.0.2/linux-x86_64/en-US/firefox-129.0.2.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: 86885562 (83M) [application/octet-stream] Saving to: 'firefox.tar.bz2' firefox.tar.bz2 0%[ ] 0 --.-KB/s firefox.tar.bz2 20%[===> ] 17.26M 85.9MB/s firefox.tar.bz2 33%[=====> ] 27.98M 69.8MB/s firefox.tar.bz2 54%[=========> ] 45.51M 75.6MB/s firefox.tar.bz2 71%[=============> ] 59.01M 72.9MB/s firefox.tar.bz2 81%[===============> ] 67.76M 67.0MB/s firefox.tar.bz2 89%[================> ] 74.51M 61.1MB/s firefox.tar.bz2 100%[===================>] 82.86M 61.6MB/s in 1.3s 2024-08-27 17:03:03 (61.6 MB/s) - 'firefox.tar.bz2' saved [86885562/86885562] chmod: changing permissions of './firefox': Operation not permitted Mozilla Firefox 129.0.2 [SSH] completed [SSH] exit-status: 0 Finished: SUCCESS