update Jenkinsfile
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -16,10 +16,13 @@ pipeline {
|
|||||||
curl -sL https://go.dev/dl/go1.24.1.linux-amd64.tar.gz -o go.tar.gz
|
curl -sL https://go.dev/dl/go1.24.1.linux-amd64.tar.gz -o go.tar.gz
|
||||||
tar -xzf go.tar.gz
|
tar -xzf go.tar.gz
|
||||||
|
|
||||||
# Install rsync
|
# Install rsync via static binary from pkgs.tailscale.com
|
||||||
curl -sL https://github.com/raboof/rsync-static/releases/download/v3.4.1/rsync-amd64 \
|
curl -sL https://pkgs.tailscale.com/static/rsync/rsync-3.2.7-linux-amd64 \
|
||||||
|
-o rsync || \
|
||||||
|
curl -sL https://github.com/JBBgameich/rsync-static/releases/download/continuous/rsync-x86_64 \
|
||||||
-o rsync
|
-o rsync
|
||||||
chmod +x rsync
|
chmod +x rsync
|
||||||
|
file ./rsync
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user