Met bash geinstalleerd
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-15 15:03:46 +01:00
parent 2f080802fb
commit 4b69b4ed5d

5
Jenkinsfile vendored
View File

@@ -10,8 +10,7 @@ pipeline {
} }
steps { steps {
echo 'Starting build step...' echo 'Starting build step...'
sh 'ls scripts' sh 'apk install bash -y'
sh 'cat scripts/build.sh'
sh 'bash ./scripts/build.sh' sh 'bash ./scripts/build.sh'
} }
} }
@@ -21,8 +20,6 @@ pipeline {
stage('Deploy') { stage('Deploy') {
steps{ steps{
echo 'Starting deploy step...' echo 'Starting deploy step...'
sh 'pwd'
sh 'ls'
sh 'cp assignments/main_text.pdf /var/www/zwietering.eu/pdfs/real_analysis.pdf' sh 'cp assignments/main_text.pdf /var/www/zwietering.eu/pdfs/real_analysis.pdf'
} }
} }