File expliciet uitvoeren met bash?
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-15 14:02:35 +01:00
parent 0bf782be40
commit 2f080802fb

2
Jenkinsfile vendored
View File

@@ -12,7 +12,7 @@ pipeline {
echo 'Starting build step...'
sh 'ls scripts'
sh 'cat scripts/build.sh'
sh './scripts/build.sh'
sh 'bash ./scripts/build.sh'
}
}