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 { pipeline {
agent { agent {
docker { label 'pyDABFActory-CIAgent'
label 'pyDABFActory-CIAgent'
image 'alpine:3.21'
reuseNode true
}
} }
stages { stages {
stage('GIT get refs and download some standard things') { stage('GIT get refs and download some standard things') {
agent {
docker {
image 'alpine/git:v2.52.0'
reuseNode true
}
}
steps { steps {
sh ''' sh '''
mkdir -p .docker-cache mkdir -p .docker-cache