Meer debugging
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-15 13:59:48 +01:00
parent 13455b406d
commit 2665c4b0c1

3
Jenkinsfile vendored
View File

@@ -10,8 +10,7 @@ pipeline {
} }
steps { steps {
echo 'Starting build step...' echo 'Starting build step...'
sh 'pwd' sh 'ls scripts'
sh 'ls'
sh './scripts/build.sh' sh './scripts/build.sh'
} }
} }