Jenkinsfile aktualisiert

This commit is contained in:
dresi 2025-11-04 15:11:32 +01:00
parent f0a78bd128
commit 96e27f4118

2
Jenkinsfile vendored
View File

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