just touched for test

This commit is contained in:
Uwe Jakobeit
2026-03-29 16:22:04 +02:00
parent 76eb6d0a93
commit 1ecf83cdc2

2
Jenkinsfile vendored
View File

@@ -7,7 +7,7 @@ pipeline {
checkout scm checkout scm
} }
} }
stage('Clean') { stage('Clean-Jenkinsfile') {
steps { steps {
//sh 'rm -rf build' //sh 'rm -rf build'
echo "Building branch ${env.BRANCH_NAME}" echo "Building branch ${env.BRANCH_NAME}"