This commit is contained in:
2026-03-23 17:52:54 +01:00
parent fc56b89fbd
commit fb3c85b01b

12
Jenkinsfile vendored
View File

@@ -1,13 +1,15 @@
pipeline {
agent {
docker {
label 'pyDABFActory-CIAgent'
image 'alpine:3.21'
reuseNode true
}
label 'pyDABFActory-CIAgent'
}
stages {
stage('GIT get refs and download some standard things') {
agent {
docker {
image 'alpine/git:v2.52.0'
reuseNode true
}
}
steps {
sh '''
mkdir -p .docker-cache