Jenkinsfile aktualisiert

This commit is contained in:
dresi 2025-11-04 15:21:25 +01:00
parent 96e27f4118
commit 3e3aad3905

6
Jenkinsfile vendored
View File

@ -1,5 +1,9 @@
pipeline { pipeline {
agent { label 'docker-in-docker-agent' } agent {
node {
label 'docker-in-docker-agent'
}
}
stages { stages {
stage('Docker test') { stage('Docker test') {
steps { steps {