Testing in production, check of repo wel in docker container komt
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit

This commit is contained in:
2025-03-04 11:17:07 +01:00
parent d371820b74
commit 81586f7f19

4
Jenkinsfile vendored
View File

@@ -10,6 +10,8 @@ pipeline {
} }
steps { steps {
echo 'Starting build step...' echo 'Starting build step...'
sh 'pwd'
sh 'ls'
sh './scripts/build.sh' sh './scripts/build.sh'
} }
} }
@@ -19,6 +21,8 @@ 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'
} }
} }