initial commit

This commit is contained in:
Uwe Jakobeit
2026-03-30 09:41:19 +02:00
parent 7928ce3239
commit 00f8e9a751
76 changed files with 8341 additions and 1 deletions

2
Jenkinsfile vendored
View File

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