test
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user