Compare commits

...

2 Commits

Author SHA1 Message Date
Uwe Jakobeit
c322eddf8a just touched for test 2026-03-29 16:22:51 +02:00
Uwe Jakobeit
1ecf83cdc2 just touched for test 2026-03-29 16:22:04 +02:00

3
Jenkinsfile vendored
View File

@@ -7,7 +7,7 @@ pipeline {
checkout scm
}
}
stage('Clean') {
stage('Clean-Jenkinsfile') {
steps {
//sh 'rm -rf build'
echo "Building branch ${env.BRANCH_NAME}"
@@ -27,6 +27,7 @@ pipeline {
echo "Build project"
}
}
stage('Test') {
steps {
// Run the executable to verify it works