Output van file tonen als debugging
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-15 14:01:34 +01:00
parent 2665c4b0c1
commit 0bf782be40

1
Jenkinsfile vendored
View File

@@ -11,6 +11,7 @@ pipeline {
steps {
echo 'Starting build step...'
sh 'ls scripts'
sh 'cat scripts/build.sh'
sh './scripts/build.sh'
}
}