Jenkinsfile aktualisiert

This commit is contained in:
dresi 2025-11-04 15:03:00 +01:00
parent 946e42c35b
commit f0a78bd128

16
Jenkinsfile vendored
View File

@ -1,19 +1,5 @@
pipeline { pipeline {
agent { agent docker-in-docker-agent
kubernetes {
yaml '''
apiVersion: v1
kind: Pod
spec:
containers:
- name: docker
image: docker:latest
command:
- cat
tty: true
'''
}
}
stages { stages {
stage('Docker test') { stage('Docker test') {
steps { steps {