Jenkinsfile aktualisiert

This commit is contained in:
dresi 2025-11-04 15:37:49 +01:00
parent c7d7f20ac3
commit 5c7627cb49

4
Jenkinsfile vendored
View File

@ -7,14 +7,14 @@ pipeline {
stages {
stage('Docker test') {
steps {
container('docker') {
container('docker-in-docker') {
sh 'docker --version'
}
}
}
stage('git test') {
steps {
container('docker') {
container('jnlp') {
sh 'git --version'
}
}