resume

Fork of Awesome CV that I've modified for my own use - requires XeLaTex.
git clone git://git.mattfehrenbach.xyz/resume.git
Log | Files | Refs | README

commit 1447224e670d8658070461e1c41157a76172c988
parent 072ecbe71b537fb13066351875b5824beb80bb57
Author: Matt Fehrenbach <m.fehrenbach@pm.me>
Date:   Mon, 10 Aug 2020 23:57:06 +0100

Edited Jenkinsfile deploy stage

Diffstat:
MJenkinsfile | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stage('Deploy') { steps { - echo 'Deploying....' + fileOperations([fileCopyOperation(excludes: '', flattenFiles: false, includes: 'resume.pdf', renameFiles: false, sourceCaptureExpression: '', targetLocation: '/var/www/mattfehrenbach/', targetNameExpression: '')]) } } @@ -21,4 +21,4 @@ pipeline { } } -}- \ No newline at end of file +}