Met bash geinstalleerd
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -10,8 +10,7 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
echo 'Starting build step...'
|
||||
sh 'ls scripts'
|
||||
sh 'cat scripts/build.sh'
|
||||
sh 'apk install bash -y'
|
||||
sh 'bash ./scripts/build.sh'
|
||||
}
|
||||
}
|
||||
@@ -21,8 +20,6 @@ pipeline {
|
||||
stage('Deploy') {
|
||||
steps{
|
||||
echo 'Starting deploy step...'
|
||||
sh 'pwd'
|
||||
sh 'ls'
|
||||
sh 'cp assignments/main_text.pdf /var/www/zwietering.eu/pdfs/real_analysis.pdf'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user