update Jenkinsfile

This commit is contained in:
2026-02-18 11:30:15 +03:00
parent 2bd4a196d8
commit e532f3be5f

1
Jenkinsfile vendored
View File

@@ -7,6 +7,7 @@ pipeline {
stage('Install Dependencies') {
steps {
sh '''
apt-get update -qq && apt-get install -y -qq rsync
# Install Hugo
curl -sL https://github.com/gohugoio/hugo/releases/download/v0.146.0/hugo_extended_0.146.0_linux-amd64.tar.gz \
-o hugo.tar.gz