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 {
echo 'Starting build step...'
sh 'pwd'
sh 'ls'
sh 'ls scripts'
sh './scripts/build.sh'
}
}