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