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:
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
+}