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