update Jenkinsfile

This commit is contained in:
2026-02-18 11:29:16 +03:00
parent 66f4b31d4b
commit 2bd4a196d8

4
Jenkinsfile vendored
View File

@@ -8,8 +8,8 @@ pipeline {
steps {
sh '''
# Install Hugo
curl -sL https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_extended_0.145.0_linux-amd64.tar.gz \
-o hugo.tar.gz
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
tar -xzf hugo.tar.gz hugo
# Install Go