This commit is contained in:
2026-03-23 17:54:35 +01:00
parent fb3c85b01b
commit 8524b09201

5
Jenkinsfile vendored
View File

@@ -6,12 +6,15 @@ pipeline {
stage('GIT get refs and download some standard things') {
agent {
docker {
image 'alpine/git:v2.52.0'
image 'alpine:3.21'
reuseNode true
}
}
steps {
sh '''
set -eu
apk add --no-cache git jq curl
mkdir -p .docker-cache
git ls-remote https://gitea.chacha.ddns.net/chacha/glide.git refs/heads/retrodebian \